USCDataScience / sparkler

Spark-Crawler: Apache Nutch-like crawler that runs on Apache Spark.
http://irds.usc.edu/sparkler/
Apache License 2.0
411 stars 143 forks source link

maven-assembly-plugin:2.5.3:single failed: group id '<>' is too big E… #143

Closed supermonk closed 6 years ago

supermonk commented 6 years ago

…rror fix

What changes were proposed in this pull request?

Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single (create-archive) on project sparkler-app: Execution create-archive of goal org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single failed: group id '' is too big ( > 2097151 ) -> [Help 1]

How was this patch tested?

Local Tested

Ref : https://stackoverflow.com/questions/30246705/mvn-failure-on-build

Please review https://github.com/USCDataScience/sparkler/blob/master/.github/CONTRIBUTING.md before opening a pull request.

thammegowda commented 6 years ago

Thanks for the PR. I have been using just OSX for the build. Just curious, did you face this issue on Linux or Windows?

supermonk commented 6 years ago

@thammegowda : I used OSX too.