[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-19 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933132#comment-16933132
 ] 

Hudson commented on HDDS-730:
-

FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17329 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/17329/])
HDDS-730. ozone fs cli prints hadoop fs in usage (elek: rev 
ef478fe73e72692b660de818d8c8faa9a155a10b)
* (edit) hadoop-ozone/common/src/main/bin/ozone
* (add) 
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFsShell.java


> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie, pull-request-available
> Fix For: 0.5.0
>
> Attachments: fscmd.png, fswith_nonexsitcmd.png, 
> image-2018-10-24-17-15-39-097.png
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931814#comment-16931814
 ] 

YiSheng Lien commented on HDDS-730:
---

Thanks [~elek] the idea:)

I create the OzoneFsShell that extends FsShell, and it works.

Attachments are demo on my computer.

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie, pull-request-available
> Attachments: fscmd.png, fswith_nonexsitcmd.png, 
> image-2018-10-24-17-15-39-097.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931387#comment-16931387
 ] 

YiSheng Lien commented on HDDS-730:
---

Thanks [~elek] the idea.

It seems better than the older idea, 

I will create the OzoneFsShell, and make it possible soon :)

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie, pull-request-available
> Attachments: image-2018-10-24-17-15-39-097.png, 
> ozone-cli-fs-withnonexist.png, ozone-cli-fs.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread Elek, Marton (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931301#comment-16931301
 ] 

Elek, Marton commented on HDDS-730:
---

Thanks @YiSheng Lien the patch. It looks good to me, but it will be available 
only from 3.3.

What do you think about extending the FsShell (OzoneFsShell extends FsShell) 
and override getUsagePrefix and change the main class of ozone sh to the 
OzoneFsShell.

Would it be possible?



> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie, pull-request-available
> Attachments: image-2018-10-24-17-15-39-097.png, 
> ozone-cli-fs-withnonexist.png, ozone-cli-fs.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931254#comment-16931254
 ] 

YiSheng Lien commented on HDDS-730:
---

Attachments are demo on my computer.

!ozone-cli-fs.png!

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie
> Attachments: image-2018-10-24-17-15-39-097.png, ozone-cli-fs.png
>
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931252#comment-16931252
 ] 

YiSheng Lien commented on HDDS-730:
---

Attachments are demo !Screenshot from 2019-09-17 17-48-30.png! on my machine.

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie
> Attachments: Screenshot from 2019-09-17 17-48-30.png, Screenshot from 
> 2019-09-17 17-49-29.png, image-2018-10-24-17-15-39-097.png
>
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-09-17 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931249#comment-16931249
 ] 

YiSheng Lien commented on HDDS-730:
---

Thanks [~ssulav] report, 

I have fixed the files related to the issue, 

we can use it if the dependency of version of hadoop in pom of ozone is changed 
to 3.3.0 in the future.  

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie
> Attachments: image-2018-10-24-17-15-39-097.png
>
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-08-22 Thread YiSheng Lien (Jira)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16913176#comment-16913176
 ] 

YiSheng Lien commented on HDDS-730:
---

Hello, [~ssulav], 

I found the source code (in hadoop-common directory) that should be fix to 
solve the issue, 

but when I compile the ozone-0.5.0, 

the maven using dependency of hadoop version of 3.2.0

so I can't fix the issue now.

Any ideas ? :)

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Assignee: YiSheng Lien
>Priority: Major
>  Labels: newbie
> Attachments: image-2018-10-24-17-15-39-097.png
>
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Commented] (HDDS-730) ozone fs cli prints hadoop fs in usage

2019-08-12 Thread YiSheng Lien (JIRA)


[ 
https://issues.apache.org/jira/browse/HDDS-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16905022#comment-16905022
 ] 

YiSheng Lien commented on HDDS-730:
---

Hi, 

Can you assign the issue to me?

thanks!

> ozone fs cli prints hadoop fs in usage
> --
>
> Key: HDDS-730
> URL: https://issues.apache.org/jira/browse/HDDS-730
> Project: Hadoop Distributed Data Store
>  Issue Type: Bug
>  Components: Ozone Filesystem
>Affects Versions: 0.3.0
>Reporter: Soumitra Sulav
>Priority: Major
>  Labels: newbie
> Attachments: image-2018-10-24-17-15-39-097.png
>
>
> ozone fs cli help/usage page contains Usage: hadoop fs [ generic options ] 
> I believe the usage should be updated.
> Check line 3 of screenshot.
> !image-2018-10-24-17-15-39-097.png|width=1693,height=1512!



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org