bigdata-playground
bigdata-playground copied to clipboard
How to import data into the the app?
We have deployed the application and its running at port 3000. Can you please help us in importing data for the application? How other projects are integrated with the web app?
hello
you need to run the spark batch in order to import the airport list. The steps are described in the documentation.
cd batch/spark && sbt clean package assembly && cd ../..
Hi Chabane, Thanks for the quick reply. We have already executed the above-mentioned command. There is no data in mongodb. can u please in details, How to run the spark batch?
Thanks