You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "peng.jianhua (JIRA)" <ji...@apache.org> on 2017/04/21 09:38:04 UTC

[jira] [Created] (KYLIN-2559) Failed to create HDFS directory because of the property 'kylin.env.hdfs-working-dir' can not be empty in check-env.sh but we didn't check it in this script.

peng.jianhua created KYLIN-2559:
-----------------------------------

             Summary: Failed to create HDFS directory because of the property 'kylin.env.hdfs-working-dir' can not be empty in check-env.sh but we didn't check it in this script.
                 Key: KYLIN-2559
                 URL: https://issues.apache.org/jira/browse/KYLIN-2559
             Project: Kylin
          Issue Type: Bug
          Components: General
    Affects Versions: v2.0.0
            Reporter: peng.jianhua
            Assignee: peng.jianhua
            Priority: Minor
             Fix For: v2.0.0


Failed to create HDFS directory because of the property 'kylin.env.hdfs-working-dir' can not be empty in check-env.sh but we didn't check it in this script.
The error log is as following:
-mkdir: Not enough arguments: expected 1 but got 0
Usage: hadoop fs [generic options] -mkdir [-p] <path> ...
Failed to create . Please make sure the user has right to access 

We should check if the property 'kylin.env.hdfs-working-dir' is empty in check-env.sh.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)