问题
azkaban编译问题
git clone 报错protocol error: bad pack header
jenkins上解决obs上传问题
wget 下载东西报证书错误
安装完jenkins后发现时区不对
本地刷新excel执行脚本报错解决
记录同网段的两个服务器可以使用内网ping通,但是具体服务访问失败问题
解决一个服务器搭建两个网站后,只有一个域名,通过域名访问两个网站
利用配置yum源安装redis后,启动失败报:Could not connect to Redis
使用sftp上传报错:没有权限
在linux数据库命令框中修改密码后,navicat等连接还是只能使用原密码连接
编译pika报error: unrecognized command line option '-m
编译pika报make: *** [Makefile:229: /opt/pika/third/ro
pip 安装依赖太慢问题
debian如何换源问题
adb删除手机自带软件报错
容器自动退出问题
解决域名通过nginx访问无法上传附件报错
解决http利用nginx重定向至https的问题
解决win下文件或文件夹无法删除问题
nginx实现负载均衡及轮询
-
+
首页
azkaban编译问题
# azkaban编译问题 - what: azkaban编译问题 - where: ubuntu:18.04 aarch64 - when: 2021.11.08 - who: jiaorongtao - why: 记录 - how: ## 1.问题 ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':azkaban-web-server:npm_install'. > A problem occurred starting process 'command 'npm'' * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get m * Get more help at https://help.gradle.org BUILD FAILED in 5s 62 actionable tasks: 7 executed, 55 up-to-date root@4549c1fe23d0:/opt/azkaban-3.55.0# ls CONTRIBUTING.md az-core az-flow-trigger-dependency-plugin az-intellij-style.xml azkaba LICENSE az-crypto az-flow-trigger-dependency-type az-jobsummary azkaba NOTICE az-examples az-hadoop-jobtype-plugin az-reportal azkaba README.md az-exec-util az-hdfs-viewer azkaban-common azkaba root@4549c1fe23d0:/opt/azkaban-3.55.0# ``` ## 2.解决: ```bash vim azkaban-web-server/build.gradle #注释node配置 //node { // Version of node to use. // version = '8.10.0' // Version of npm to use. //npmVersion = '5.6.0' // Base URL for fetching node distributions (change if you have a mirror). // distBaseUrl = 'https://nodejs.org/dist' // If true, it will download node using above parameters. // If false, it will try to use globally installed node. // download = false // Set the work directory for unpacking node // workDir = file("${project.buildDir}/nodejs") // Set the work directory where node_modules should be located // nodeModulesDir = file("${project.projectDir}") //} #执行 ./gradlew clean ./gradlew --stop ```
JRT
2021年11月11日 15:39
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码