Skip to content

suying-epf/tp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical work

Tools you need

Have a stackoverflow account : https://stackoverflow.com/

Have a github account : https://github.com/

A Scala IDE :

  1. Intellij Idea: https://www.jetbrains.com/fr-fr/idea/download
  2. Scala plugin : https://www.jetbrains.com/help/idea/discover-intellij-idea-for-scala.html
  3. Open Intellij and set up the scala SDK and JDK

Beware : For Spark code, we have to use Java 17 (JDK17) or inferior, otherwise you'll have this error :

Extracting Structure Failed

Docker and Compose

Take time to read and install

https://docs.docker.com/get-started/overview/

docker --version
Docker version XX.XX.XX

https://docs.docker.com/compose/

docker-compose --version # Or docker compose --version
docker-compose version X.XX.X

Fork OR update the repo on your own Github account

Fork

Update your fork

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.5%
  • Shell 2.0%
  • Dockerfile 0.5%