Vladimir,
I verified that the cache jar is in the Cloudera jars directory. All the
cache packages are also included in the deployment jar-with-dependencies as
I used
                        <dependency>
                            <groupId>org.apache.ignite</groupId>
                            <artifactId>ignite-spark</artifactId>
                            <version>${ignite.version}</version>
                            <scope>compile</scope>
                        </dependency>
                            <dependency>
                              <groupId>javax.cache</groupId>
                              <artifactId>cache-api</artifactId>
                              <version>1.0.0</version>
                              <scope>compile</scope>
                            </dependency>
Not sure what else I can take a look at.
Thank you again for your help.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-Installation-with-Spark-under-CDH-tp4457p4558.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to