Skip to content

mghildiy/spark-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

## VM options
Intellij IDE VM options for a spark application logs:

* -Dlog4j.configuration=file:src/main/resources/log4j.properties
* -Dspark.yarn.app.container.log.dir=\<log directory\>
* -Dlogfile.name=\<log file name\>

## Program arguments
data:src/main/resources/data/source/flight-time.parquet
conf:src/main/resources/conf/writing-spark.conf

## API links
https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.Dataset
https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.Column
https://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.sql.functions$

About

Learning spark with scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages