编译dr-elephant遇到的问题

Posted songchaolin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译dr-elephant遇到的问题相关的知识,希望对你有一定的参考价值。

本地scala version为2.11.8,spark为2.4.0版本

于是修改dr-elephant/build.sbt 

scalaVersion := "2.11.8"

修改dr-elephant/compile.conf

hadoop_version=2.8.4
spark_version=2.4.0
play_opts="-Dsbt.repository.config=app-conf/resolver.conf"

修改dr-elephant/compile.sh

# Default configurations
HADOOP_VERSION="2.8.4"
SPARK_VERSION="2.4.0"

在根目录下执行 ./complie.sh

技术图片

 

 技术图片

 

 在dr-elephant 项目中并没有scala的版本依赖

修改dr-elephant bilibili$ cd project 下面有这些文件

Dependencies.scala                    findbugs-exclude-filters.xml
build.properties                    plugins.sbt
checkstyle-config.xml                    project
checkstyle-java.header                    scalastyle-config.xml
checkstyle-noframes-severity-sorted-modified.xsl    scalastyle_xml_to_html.py
checkstyle-suppressions.xml                target

vi  plugins.sbt 新增

scalaVersion := "2.11.8"

vi build.properties

#
# Copyright 2016 LinkedIn Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
#

sbt.version=1.2.8

再次编译

技术图片

 搞定 然而之后又报错如下

技术图片

 

 缺少sbt-plugin 2.2.2 

看下 dr-elephant/project/plugins.sbt 看来问题在这

技术图片

 对我使用来说,不需要这个插件 将其注释掉再次运行,解决此问题

以上是关于编译dr-elephant遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章

是否可以动态编译和执行 C# 代码片段?

如何有条件地将 C 代码片段编译到我的 Perl 模块?

导致资产预编译在heroku部署上失败的代码片段

Notepad++编辑器——Verilog代码片段直接编译

损坏的顶点和片段着色器

C++ 解释器/控制台/片段编译器