mikedias / sparksql-scalapb-test

Test for SparkSQL ScalaPB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sparksql-scalapb-test

Test project for SparkSQL and ScalaPB.

  1. To build:

    $ sbt assembly
    

    Note a line like the follows that provides the path to the JAR we created:

    [info] Packaging /home/.../sparksql-scalapb-test/target/scala-2.12/sparksql-scalapb-test-assembly-1.0.0.jar ...
    
  2. Submit the job to your cluster:

    /path/to/spark/bin/spark-submit \
      --jars . \
      --class myexample.RunDemo \
      target/scala-2.12/sparksql-scalapb-test-assembly-1.0.0.jar
    

About

Test for SparkSQL ScalaPB

License:Apache License 2.0


Languages

Language:Scala 89.8%Language:Nix 10.2%