You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by " Kaige Liu (JIRA)" <ji...@apache.org> on 2017/07/19 07:08:00 UTC

[jira] [Created] (KYLIN-2747) Fail to start kylin if current work directory contains file or directory named "hadoop"

 Kaige Liu created KYLIN-2747:
---------------------------------

             Summary: Fail to start kylin if current work directory contains file or directory named "hadoop"
                 Key: KYLIN-2747
                 URL: https://issues.apache.org/jira/browse/KYLIN-2747
             Project: Kylin
          Issue Type: Bug
            Reporter:  Kaige Liu


OS: ubuntu 14.04
Reproduce steps:
1. touch hadoop
2. bin/kylin.sh start

root@hn0-ambari:~/kap-2.4.0-GA-hbase1.x# touch hadoop
root@hn0-ambari:~/kap-2.4.0-GA-hbase1.x# bin/kylin.sh start
Retrieving hive dependency...
Retrieving Spark dependency...
Retrieving hbase dependency...
Exception in thread "main" java.io.FileNotFoundException: /tmp/kylin-env-diff-7420732488608534086.sh.props (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at io.kyligence.kap.engine.mr.tool.DumpHadoopSystemProps.readAndDelete(SourceFile:131)
	at io.kyligence.kap.engine.mr.tool.DumpHadoopSystemProps.diffSystemProps(SourceFile:109)
	at io.kyligence.kap.engine.mr.tool.DumpHadoopSystemProps.main(SourceFile:69)
Faild to run io.kyligence.kap.engine.mr.tool.DumpHadoopSystemProps



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)