You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by pengjianhua <pe...@zte.com.cn> on 2017/04/21 09:51:17 UTC

Review Request 58610: 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.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58610/
-----------------------------------------------------------

Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.


Repository: kylin


Description
-------

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.


Diffs
-----

  build/bin/check-env.sh a0e91c411 


Diff: https://reviews.apache.org/r/58610/diff/1/


Testing
-------


Thanks,

pengjianhua


Re: Review Request 58610: 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.

Posted by Li Yang <li...@apache.org>.
Please create a JIRA if not yet. Or mention the JIRA if there was one.

Attach patch to JIRA and it will be reviewed and merged.

It may take time to happen since people are always busy. Please be patient
for a few days at least, before start to remind people by names.

Cheers
Yang

On Fri, Apr 21, 2017 at 5:51 PM, pengjianhua <pe...@zte.com.cn>
wrote:

>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58610/
> -----------------------------------------------------------
>
> Review request for kylin, Dayue Gao, Dong Li, hongbin ma, and Wang Xiaoyu.
>
>
> Repository: kylin
>
>
> Description
> -------
>
> 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.
>
>
> Diffs
> -----
>
>   build/bin/check-env.sh a0e91c411
>
>
> Diff: https://reviews.apache.org/r/58610/diff/1/
>
>
> Testing
> -------
>
>
> Thanks,
>
> pengjianhua
>
>