博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
azkaban3.x插件编译
阅读量:6621 次
发布时间:2019-06-25

本文共 1236 字,大约阅读时间需要 4 分钟。

hot3.png

官网下载azkaban-plugins-master  :https://github.com/azkaban/azkaban-plugins

编译步骤:cd azkaban-plugins-master  ant clean ant package

说一下编译过程中出现的问题以及解决方式:

1.缺少git安装git

2.

jdk引起的问题,删除openjdk

3. org.jasypt.exceptions.EncryptionOperationNotPossibleException: Encryption raised an exception. A possible cause is you are using strong encryption algorithms and you have not installed the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files in this Java Virtual Machine

解决方式:

you can download the files from (jdk7). And then copy the jars in $JAVA_HOME\jre\lib\security overwriting the existing local_policy.jar and US_export_policy.jar.

如果是jdk8,下载地址:

http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

参考解决方案:

4.[exec] /bin/sh: dustc: command not found

首先安装npm包:参考

http://blog.csdn.net/xiao_jun_0820/article/details/50838185

然后安装dustjs-linkedin

npm install --save --production dustjs-linkedin# If you want the dustc compiler available globallynpm install --global --production dustjs-linkedin

5.make: lessc: Command not found

未解决

6.编译pig出现问题,不用pig直接去plugins目录删除pig的插件,在build.xml中删除相关pig插件的配置。

删除以下两项即可

 

转载于:https://my.oschina.net/lzhaoqiang/blog/1511430

你可能感兴趣的文章
我的友情链接
查看>>
Socket连接与HTTP连接
查看>>
linux批量测试在线主机
查看>>
建立自己的 MVC portal (四)
查看>>
Fortinet:SSL ××× 连接内网服务器实例
查看>>
《数据库系统概念》11-扩展的E-R特性
查看>>
判断一个变量是否undefined或者元素是否存在
查看>>
Vue开源项目收集(有意思的)
查看>>
Docker-数据卷和数据容器卷
查看>>
列表,字典,集合中根据条件筛选数据
查看>>
Linux下pathInfo的配置说明(Thinkphp)
查看>>
IP (复习)
查看>>
【直通BAT】java容器考点总结和源码剖析
查看>>
Xcode10 这个图片是如何加载的啊
查看>>
PHP-送给想学PHP的小伙伴们
查看>>
contos7安装及忘记root密码修改
查看>>
笔记(流)
查看>>
企业如何用短信平发送营销类短信
查看>>
防火墙基础(一)
查看>>
Windows环境安装PEAR、PHPUnit
查看>>