Skip to content

Instantly share code, notes, and snippets.

@lidox
Last active October 14, 2016 08:58
Show Gist options
  • Save lidox/ae71fe107792534cc13cd887175dede4 to your computer and use it in GitHub Desktop.
Save lidox/ae71fe107792534cc13cd887175dede4 to your computer and use it in GitHub Desktop.

Big Data for reaction test app

VirtualBox Ubuntu Display Resolution

sudo apt-get install virtualbox-guest-utils virtualbox-guest-x11 virtualbox-guest-dkms

0.1 Install Oracles Java

$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer

Configure Enviroment (path/ JAVA_HOME)

sudo apt-get install oracle-java8-set-default

1. Install Apache Maven

sudo apt-get install maven

1.1 Install Scala-IDE

Download here Scala IDE

And check here some more Infos

2. Install Apache Flink

// extract
tar xzf flink-1.1.2-bin-hadoop27-scala_2.11.tgz 

// go to folder
cd flink-1.1.2/

// start Flink and check if started via: localhost:8081
bin/start-local.sh

3. Create project via Maven-Artifact

mvn archetype:generate

Select for example 843, in order to use JAVA

4. Import Maven Project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment