Description
Building the eclipse:eclipse target fails in the hadoop-hdfs-httpfs project with this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on project hadoop-hdfs-httpfs: Request to merge when 'filtering' is not identical. Original=resource src/main/resources: output=target/classes, include=[httpfs.properties], exclude=[**/*.java], test=false, filtering=true, merging with=resource src/main/resources: output=target/classes, include=[], exclude=[httpfs.properties|**/*.java], test=false, filtering=false -> [Help 1]
This appears to be the same type of issue as reported in HADOOP-7567.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-2178 HttpFS - a read/write Hadoop file system proxy
- Closed