We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI, I am trying to run refineonspark I have started refineonspark by executing following command
startserver spark://localhost:4040
when I executed above command it is showing me Waiting for connections and then I have stared refineonspark-client by following command
submitjob input.csv transform.json output.csv
but when I executed above refineonspark-client command it is throwing following error
Job Failed, reason: java.lang.ClassNotFoundException: eu.spaziodati.batchrefine.spark.client.RemoteInterface failed
Please help to run OpenRefine on spark cluster
The text was updated successfully, but these errors were encountered:
Hi There, I am getting following error while submitting job to spark.
ERROR SparkDeploySchedulerBackend: Application has been killed. Reason: All masters are unresponsive! Giving up.
Its giving error when running code reached at saveAsTextFile at RefineOnSpark.java:167
Sorry, something went wrong.
No branches or pull requests
HI, I am trying to run refineonspark
I have started refineonspark by executing following command
when I executed above command it is showing me Waiting for connections
and then I have stared refineonspark-client by following command
but when I executed above refineonspark-client command it is throwing following error
Job Failed, reason: java.lang.ClassNotFoundException: eu.spaziodati.batchrefine.spark.client.RemoteInterface failed
Please help to run OpenRefine on spark cluster
The text was updated successfully, but these errors were encountered: