Skip to content

thesamet/sparksql-scalapb-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •