Skip to content

Commit

Permalink
Update mapr-specific-details.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantshekhar committed Jan 2, 2018
1 parent bfaad9f commit 51c693d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ When running on a MapR cluster, the below are important:
* Download MapR specific binary.
* Administration / Configuration of Sparkflows::

Turn off impersonation : Set **app.impersonateUsers = false**
Set **hdfs.namenodeURI = maprfs:///**
Set spark-submit appropriately : **spark.spark-submit = /opt/mapr/spark/xyz/bin/spark-submit**
Turn off impersonation : Set app.impersonateUsers = false
Set maprfs : hdfs.namenodeURI = maprfs:///
Set spark-submit appropriately : spark.spark-submit = /opt/mapr/spark/xyz/bin/spark-submit
* Set **http port** to be different in **conf/application.properties** if there are other processes using the specified ports
* Set ``http port` to be different in `conf/application.properties`` if there are other processes using the specified ports

* If you install sparkflows as mapr user::

Expand Down

0 comments on commit 51c693d

Please sign in to comment.