azkaban-executor启动时出现conf/global.properties (No such file or directory)的问题解决(图文详解)

简介:

 问题详情

 

 

 

 

复制代码
2017/07/06 00:23:06.723 +0800 INFO [FlowRunnerManager] [Azkaban] Cleaning recently finished
2017/07/06 00:23:06.724 +0800 INFO [FlowRunnerManager] [Azkaban] Cleaning old projects
2017/07/06 00:23:06.724 +0800 INFO [FlowRunnerManager] [Azkaban] Cleaning old execution dirs
Exception in thread "main" java.io.FileNotFoundException: conf/global.properties (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:146)
    at azkaban.utils.Props.<init>(Props.java:88)
    at azkaban.utils.Props.<init>(Props.java:74)
    at azkaban.execapp.AzkabanExecutorServer.<init>(AzkabanExecutorServer.java:107)
    at azkaban.execapp.AzkabanExecutorServer.main(AzkabanExecutorServer.java:184)
复制代码

 

 

 

 

 

 

 解决办法

 

 

 

 

 

 

 

 

 

复制代码
[hadoop@master conf]$ pwd
/home/hadoop/app/azkaban/azkaban-executor-2.5.0/conf
[hadoop@master conf]$ ll
total 8
-rw-r--r-- 1 hadoop hadoop  55 Apr 22  2014 azkaban.private.properties
-rw-r--r-- 1 hadoop hadoop 467 May  1 15:34 azkaban.properties
-rw-r--r-- 1 hadoop hadoop   0 Apr 22  2014 global.properties
[hadoop@master conf]$ 
复制代码

 

 

 

 

 

 

executor.global.properties=/home/hadoop/app/azkaban/azkaban-executor-2.5.0/conf/global.properties

 

 

 

 

 

 

 

 

 

 

 

复制代码
2017/07/06 00:27:39.529 +0800 INFO [FlowRunnerManager] [Azkaban] Cleaning old execution dirs
2017/07/06 00:27:39.629 +0800 INFO [AzkabanExecutorServer] [Azkaban] Registering MBeans...
2017/07/06 00:27:39.767 +0800 INFO [AzkabanExecutorServer] [Azkaban] Bean azkaban.jmx.JmxJettyServer registered.
2017/07/06 00:27:39.795 +0800 INFO [AzkabanExecutorServer] [Azkaban] Bean azkaban.jmx.JmxFlowRunnerManager registered.
2017/07/06 00:27:39.795 +0800 INFO [log] [Azkaban] jetty-6.1.26
2017/07/06 00:27:40.064 +0800 INFO [log] [Azkaban] Started SocketConnector@0.0.0.0:12321
2017/07/06 00:27:40.065 +0800 INFO [AzkabanExecutorServer] [Azkaban] Azkaban Executor Server started on port 12321
2017/07/06 00:28:06.757 +0800 INFO [FlowRunnerManager] [Azkaban] Cleaning old projects
复制代码

 

 

   若大家,后台启动,则加上-d。


本文转自大数据躺过的坑博客园博客,原文链接:http://www.cnblogs.com/zlslch/p/7124229.html,如需转载请自行联系原作者


相关文章
|
分布式计算 Java Hadoop
解决Hbase启动报错问题:No such file or directory!
应用场景 在Hbase搭建完之后,本想开开心心的启动Hbase,进行测试使用hbase,但是发现启动hbase的时候,报各种各样的错误,java_home,hbase,hadoop等找不到文件或目录,no such ...
3481 0
|
6月前
|
应用服务中间件
解决在启动tomcat出现的The CATALINA_HOME environment variable is not defined correctly问题~
解决在启动tomcat出现的The CATALINA_HOME environment variable is not defined correctly问题~
176 0
|
SQL Java HIVE
【解决方案】Hive启动时报错 Logging initialized using configuration in jar:file:/usr/local/apache-hive-1.1.0-bin
【解决方案】Hive启动时报错 Logging initialized using configuration in jar:file:/usr/local/apache-hive-1.1.0-bin
780 0
【解决方案】Hive启动时报错 Logging initialized using configuration in jar:file:/usr/local/apache-hive-1.1.0-bin
|
8月前
|
应用服务中间件 Linux
IDEA2019.3配置tomcat报错Warning the selected directory is not a valid tomcat home解决方法
IDEA2019.3配置tomcat报错Warning the selected directory is not a valid tomcat home解决方法
160 0
|
机器学习/深度学习 移动开发 分布式计算
配置 HDFS-配置 core-site-hdfs-size 以及 env.sh 等配置文件|学习笔记
快速学习配置 HDFS-配置 core-site-hdfs-size 以及 env.sh 等配置文件
335 0
SpringCloud项目启动失败 not found config file[log.properties]
SpringCloud项目启动失败 not found config file[log.properties]
158 0
SpringCloud项目启动失败 not found config file[log.properties]
|
Java 应用服务中间件 Shell
通过shell的&命令执行“./startup.sh & tail -f ../logs/catalina.out”时造成tomcat的所属的jvm关闭并且对于的服务挂掉了
通过shell的&命令执行“./startup.sh & tail -f ../logs/catalina.out”时造成tomcat的所属的jvm关闭并且对于的服务挂掉了
195 0
通过shell的&命令执行“./startup.sh & tail -f ../logs/catalina.out”时造成tomcat的所属的jvm关闭并且对于的服务挂掉了
|
分布式计算 安全 Hadoop
hdfs mkdir报错Cannot create directory /usr. Name node is in safe mode.
hdfs mkdir报错Cannot create directory /usr. Name node is in safe mode.
241 0
|
分布式计算 Hadoop
Hadoop2.0 datanode启动不成功:All specified directories are failed to load
Hadoop2.0 datanode启动不成功:All specified directories are failed to load
|
MySQL 关系型数据库 Shell
Unit mysql.service failed to load: No such file or directory的解决办法
Failed to issue method call: Unit mysql.service failed to load: No such file or directory的解决办法 1、软件环境: OpenSUSE 13.
3228 0