Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
-
OSX 10.6.8
Description
This only seems to affect platforms where there can be a file/directory naming conflicts
from case insensitive matches.
I was able to reproduce running the pseudo-distributed unit tests within OSX.
This has affected other projects:
https://issues.apache.org/jira/browse/MAHOUT-780
I've been able to reproduce this on my local OSX install with the following error:
https://groups.google.com/a/cloudera.org/group/cdh-user/browse_thread/thread/a201218000e956d3/cc6eca3ef9f80ff8
Since LICENSE.txt contains the same content as the file LICENSE, I propose we exclude any LICENSE matches found in the unpacked dependency jars
when the maven assembly phase hits 'jar-with-dependencies'.
I have a patch which moves the 'jar-with-dependencies' descriptor to an external compile.xml file which has the proper excludes. This might also
come in handy down the road should any additional tweaks be needed to the compile phase.
Attachments
Attachments
Issue Links
- is related to
-
GIRAPH-165 checkstyle error: " 'conf' hides a field" on line 154 of GraphRunner
- Resolved
- relates to
-
GIRAPH-164 fix 5 "Line is longer than 80 characters" style errors in GiraphRunner
- Resolved
-
GIRAPH-153 HBase/Accumulo Input and Output formats
- Resolved