ondra-m / ruby-spark

Ruby wrapper for Apache Spark
MIT License
227 stars 29 forks source link

Add jars to shell #35

Open pranny opened 8 years ago

pranny commented 8 years ago

It would be really wonderful if there was a feature to add jars like spark-shell and pyspark have. For instance, I would want to use https://github.com/datastax/spark-cassandra-connector. Is it possible if i use jruby?

ondra-m commented 8 years ago

Jar can be added https://github.com/ondra-m/ruby-spark/blob/master/lib/spark/context.rb#L24