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

Fix #130: Use Maven overlay for banana instead of git submodule #131

Closed sujen1412 closed 6 years ago

sujen1412 commented 6 years ago

Fix #130: Use Maven overlay for banana instead of git submodule Remove banana folder

Is this related to an already existing issue on sparkler?

130

Will it close an existing issue?
Closes #130

How was this patch tested?

Tested it by cloning the my branch in a new directory and running ./bin/dockler.sh script and then navigating to the /banana dashboard page. It worked and loaded the dashboard correctly. Note this did not require me to use the git submodules.

thammegowda commented 6 years ago

This is brilliant @sujen1412 ! I didnt know that this is even possible.

I tested it, everything works smoothly. Thanks