Luca Rea created IGNITE-2737:
--------------------------------
Summary: Ignite-Spark documentation is missing some useful informations
Key: IGNITE-2737
URL:
https://issues.apache.org/jira/browse/IGNITE-2737 Project: Ignite
Issue Type: Bug
Reporter: Luca Rea
Hi,
in my tests I have experienced some configuration issue running spark in local and yarn-client mode, so I want to share them.
In order to let Ignite work correctly I had to customize spark-defaults.conf adding to "spark.driver.extraClassPath" and "spark.executor.extraClassPath" the string
{code}
"/opt/ignite/libs/*:/opt/ignite/libs/optional/ignite-spark/*:/opt/ignite/libs/optional/ignite-log4j/*:/opt/ignite/libs/optional/ignite-yarn/*:/opt/ignite/libs/ignite-spring/*"
{code}
(opt/ignite is my IGNITE_HOME) and other IGNITE_ useful variables like "spark.executorEnv.IGNITE_WORK_DIR" in order to let them be loaded by executors.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)