Skip to content

Instantly share code, notes, and snippets.

View shtuder's full-sized avatar

Artem Pichugin shtuder

  • Russia
View GitHub Profile
@shtuder
shtuder / gist:ccc71ee761b27a0cd36f9031f434257e
Last active November 5, 2019 18:36
spark installation
EXTRACTING AND INSTALLING APACHE SPARK ON HDP CLUSTER
$ wget `link to the newest version of spark`
$ tar -xvf `archive`
$ sudo mv spark-... /usr/hdp/{version}/
$ cd /usr/hdp/{version}/
$ sudo mv spark2 spark2-old
$ sudo mv spark-... spark2
$ cd spark2-old
$ readlink conf