...
Code Block | ||
---|---|---|
| ||
$ git clone https://github.com/intel-hadoop/HiBench.git $ cd src $ mvn clean package -D spark1.6.1 -D MR2 # Changed the spark version from default $ cd conf $ cp 99-user_defined_properties.conf.template 99-user_defined_properties.conf |
...