Skip to content

shannywu/spark-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spark Data Sources and Spark SQL

This is a simple application that converts different data sources into Parquet.

Requirements

  • Spark 2.3
  • Scala 2.11

Compilation

$ sbt package

Run Application

$ YOUR_SPARK_HOME/bin/spark-submit 
    --class <main-class>
    --master <master-url>
    target/scala-2.11/simple-project_2.11-1.0.jar
  • class: The entry point for your application (e.g. Json2Parquet)
  • master: The master URL for the cluster (e.g. spark://23.195.26.187:7077 or local[*] run in local mode)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages