[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-06 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575898#comment-14575898
 ] 

Hadoop QA commented on HDFS-8553:
-

\\
\\
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |   2m 54s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:green}+1{color} | release audit |   0m 20s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | site |   2m 54s | Site still builds. |
| {color:green}+1{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| | |   6m 11s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12738193/HDFS-8553.patch |
| Optional Tests | site |
| git revision | trunk / 71de367 |
| Java | 1.7.0_55 |
| uname | Linux asf906.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/11258/console |


This message was automatically generated.

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-06 Thread Xiaoyu Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14576072#comment-14576072
 ] 

Xiaoyu Yao commented on HDFS-8553:
--

I tried the patch with mvn site. The rendered site looks good. +1. 
I will wait to see if [~cnauroth] has additional comments before commit it.

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Chris Nauroth (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577386#comment-14577386
 ] 

Chris Nauroth commented on HDFS-8553:
-

Hi [~brahmareddy].  Thank you for fixing this.  Would you please also include 
the longer description text starting with "If called without arguments..." 
shown here?

http://hadoop.apache.org/docs/r2.7.0/hadoop-project-dist/hadoop-common/CommandsManual.html#classpath

I think you can copy-paste from CommandsManual.md.

BTW, I see the same problem for {{yarn}} and {{mapred}} if you want to file 
YARN and MARPEDUCE jiras to fix those too.

http://hadoop.apache.org/docs/r2.7.0/hadoop-yarn/hadoop-yarn-site/YarnCommands.html#classpath

http://hadoop.apache.org/docs/r2.7.0/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html#classpath

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Brahma Reddy Battula (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577407#comment-14577407
 ] 

Brahma Reddy Battula commented on HDFS-8553:


[~cnauroth] thanks a lot lookinto this issue...
{quote}Would you please also include the longer description text starting with 
"If called without arguments..."{quote}
sure, I will update.

{quote}BTW, I see the same problem for yarn and mapred if you want to file YARN 
and MARPEDUCE jiras to fix those too.{quote}

sure, I will raise and give patch

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Brahma Reddy Battula (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577437#comment-14577437
 ] 

Brahma Reddy Battula commented on HDFS-8553:


[~cnauroth] Attached the patch based on your comment..Kindly review..

Raised YARN-3786 and MAPREDUCE-6392 to address in yarn and mapreduce..

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577444#comment-14577444
 ] 

Hadoop QA commented on HDFS-8553:
-

\\
\\
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | pre-patch |   2m 53s | Pre-patch trunk compilation is 
healthy. |
| {color:green}+1{color} | @author |   0m  0s | The patch does not contain any 
@author tags. |
| {color:green}+1{color} | release audit |   0m 21s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | site |   2m 57s | Site still builds. |
| {color:green}+1{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| | |   6m 14s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12738382/HDFS-8553-002.patch |
| Optional Tests | site |
| git revision | trunk / 0e80d51 |
| Java | 1.7.0_55 |
| uname | Linux asf900.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/11271/console |


This message was automatically generated.

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Chris Nauroth (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578041#comment-14578041
 ] 

Chris Nauroth commented on HDFS-8553:
-

I have committed this to trunk and branch-2.

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578044#comment-14578044
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-trunk-Commit #7992 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7992/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-08 Thread Brahma Reddy Battula (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578244#comment-14578244
 ] 

Brahma Reddy Battula commented on HDFS-8553:


[~cnauroth] thanks for review and commit..

> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578687#comment-14578687
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #223 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/223/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578706#comment-14578706
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Yarn-trunk #953 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/953/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578940#comment-14578940
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #2151 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2151/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14578969#comment-14578969
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #212 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/212/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579034#comment-14579034
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #221 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/221/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HDFS-8553) Document hdfs class path options

2015-06-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14579083#comment-14579083
 ] 

Hudson commented on HDFS-8553:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2169 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2169/])
HDFS-8553. Document hdfs class path options. Contributed by Brahma Reddy 
Battula. (cnauroth: rev d2832b3d4243c6c470c774bc33fd13f70b3e7b72)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HDFSCommands.md


> Document hdfs class path options
> 
>
> Key: HDFS-8553
> URL: https://issues.apache.org/jira/browse/HDFS-8553
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Xiaoyu Yao
>Assignee: Brahma Reddy Battula
> Fix For: 2.8.0
>
> Attachments: HDFS-8553-002.patch, HDFS-8553.patch
>
>
> --global, --jar options are not documented.
> {code}
> $ hdfs classpath --help
> classpath [--glob|--jar |-h|--help] :
>   Prints the classpath needed to get the Hadoop jar and the required
>   libraries.
>   Options:
>   --glob   expand wildcards
>   --jar  write classpath as manifest in jar named 
>   -h, --help   print help
> {code}
> current document:
> {code}
> User Commands
> Commands useful for users of a hadoop cluster.
> classpath
> Usage: hdfs classpath
> Prints the class path needed to get the Hadoop jar and the required libraries
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)