ondra-m / ruby-spark

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

Problems with running Spark with SQL #39

Open Dimcha opened 7 years ago

Dimcha commented 7 years ago

Just testing spark for myself. Installation is perfect, everything runs smoothly, then RDD works just fine. But I can't do a thing with SQL, do I miss something? Should I import or require something? Spark.start_sql - undefined method start_sql Spark::SQL - uninitialized constant Spark::SQL

Any hints how to run it?