[ 
https://issues.apache.org/jira/browse/HADOOP-11063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Nauroth updated HADOOP-11063:
-----------------------------------
    Attachment: HADOOP-11063.1.patch

Here is the patch.  It turns out what we really want is 
{{<archiveClasses>true</archiveClasses>}}.  {{attachClasses}} helps publish the 
jar as an artifact for use in other projects, but we don't need to expose these 
classes beyond KMS.

> 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)

Reply via email to