[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-05 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-11063:
-

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1887 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1887/])
HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. 
Contributed by Chris Nauroth. (cnauroth: rev 
b44b2ee4adb78723c221a7da8fd35ed011d0905c)
* hadoop-common-project/hadoop-kms/pom.xml
* hadoop-common-project/hadoop-common/CHANGES.txt


> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
> Fix For: 2.6.0
>
> Attachments: HADOOP-11063.1.patch
>
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-05 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-11063:
-

FAILURE: Integrated in Hadoop-Hdfs-trunk #1862 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1862/])
HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. 
Contributed by Chris Nauroth. (cnauroth: rev 
b44b2ee4adb78723c221a7da8fd35ed011d0905c)
* hadoop-common-project/hadoop-kms/pom.xml
* hadoop-common-project/hadoop-common/CHANGES.txt


> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
> Fix For: 2.6.0
>
> Attachments: HADOOP-11063.1.patch
>
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-05 Thread Hudson (JIRA)

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

Hudson commented on HADOOP-11063:
-

SUCCESS: Integrated in Hadoop-Yarn-trunk #671 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/671/])
HADOOP-11063. KMS cannot deploy on Windows, because class names are too long. 
Contributed by Chris Nauroth. (cnauroth: rev 
b44b2ee4adb78723c221a7da8fd35ed011d0905c)
* hadoop-common-project/hadoop-kms/pom.xml
* hadoop-common-project/hadoop-common/CHANGES.txt


> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
> Fix For: 2.6.0
>
> Attachments: HADOOP-11063.1.patch
>
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HADOOP-11063:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12666525/HADOOP-11063.1.patch
  against trunk revision 1a09536.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-kms.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/4651//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/4651//console

This message is automatically generated.

> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
> Attachments: HADOOP-11063.1.patch
>
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-04 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-11063:
-

LGTM, +1

> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
> Attachments: HADOOP-11063.1.patch
>
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-04 Thread Chris Nauroth (JIRA)

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

Chris Nauroth commented on HADOOP-11063:


[~tucu00], thanks for the tip.

> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-04 Thread Alejandro Abdelnur (JIRA)

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

Alejandro Abdelnur commented on HADOOP-11063:
-

[~cnauroth], no need to split KMS in 2 modules, adding 
{{true}} to the configuration of the war plugin 
in the kms pom would create a KMS JAR and use it within the WAR.

> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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


[jira] [Commented] (HADOOP-11063) KMS cannot deploy on Windows, because class names are too long.

2014-09-04 Thread Chris Nauroth (JIRA)

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

Chris Nauroth commented on HADOOP-11063:


I have a patch in progress that splits the build into a hadoop-kms-lib module 
for the main class files and hadoop-kms for the final built war.  With this in 
place, the long class file names get packaged into lib/hadoop-kms-lib.jar 
inside the war so that we avoid the long path problem without needing to change 
a lot of class names and do arbitrary refactorings just to satisfy the path 
length limitation.

> KMS cannot deploy on Windows, because class names are too long.
> ---
>
> Key: HADOOP-11063
> URL: https://issues.apache.org/jira/browse/HADOOP-11063
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Blocker
>
> Windows has a maximum path length of 260 characters.  KMS includes several 
> long class file names.  During packaging and creation of the distro, these 
> paths get even longer because of prepending the standard war directory 
> structure and our share/hadoop/etc. structure.  The end result is that the 
> final paths are longer than 260 characters, making it impossible to deploy a 
> distro on Windows.



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