Github user ellisonanne commented on a diff in the pull request:
https://github.com/apache/incubator-pirk/pull/76#discussion_r75877912
--- Diff: src/main/resources/pirk.properties ---
@@ -28,7 +28,8 @@ local.pirk.properties.dir=/root/
##
##Spark path for SparkLauncher
##
-spark.home = /usr
+#spark.home = /usr
+spark.home=/opt/cloudera/parcels/CDH/lib/spark
--- End diff --
Yes, this is for the CDH cluster that I am doing some of the testing on - I
will remove it
(It is, however, an example of how to alternately set the spark.home
property for different cluster configurations)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---