Skip to content

shihabuddinbuet/apache-spark-abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apache-spark-abc

A project to show basic operation using apache spark in scala

Getting Started

If you are new and looking for how to start using apache spark with scala, then you are at the right place to begin with apache spark in scala. Here is the way how to begin:

Prerequesite

The following tools need to be installed before using the content

  • Java sdk >=7.0
  • Maven >=3.0.0
  • Scala sdk >=2.11
  • Apache spark >=2.0.0 (if you want to submit in spark local machine)

Installing

  1. Install java from here if java is not installed
  2. Install Maven by following the instructions
  3. Download and install apache spark
  4. Open any terminal
  5. Clone project git clone [email protected]:shihabuddinbuet/apache-spark-abc.git
  6. Run cd apache-spark-abc
  7. Run mvn clean -DskipTests package to build the project
  8. Submit the jar in spark for any of the main apps

Authors

See also the list of contributors who participated in this project.

About

Basic operations using apache spark in scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages