Yes. You're right. I didn't get it till now.
Thanks.
On Sun, Jul 26, 2015 at 7:36 AM, Ted Yu wrote:
> bq. [INFO] \- org.apache.spark:spark-core_2.10:jar:1.4.0:compile
>
> I think the above notation means spark-core_2.10 is the last dependency.
>
> Cheers
>
> On Thu, Jul 23, 2015 at 9:22 PM, Zor
bq. [INFO] \- org.apache.spark:spark-core_2.10:jar:1.4.0:compile
I think the above notation means spark-core_2.10 is the last dependency.
Cheers
On Thu, Jul 23, 2015 at 9:22 PM, Zoran Jeremic
wrote:
> Hi Yana,
>
> Sorry for late response. I just saw your email. At the end I ended with
> the fo
Hi Yana,
Sorry for late response. I just saw your email. At the end I ended with the
following pom https://www.dropbox.com/s/19fldb9qnnfieck/pom.xml?dl=0
There were multiple problems I had to struggle with. One of these were that
my application had REST implemented with jboss jersey which got conf
Oh, this is very interesting -- can you explain about your dependencies --
I'm running Tomcat 7 and ended up using spark-assembly from WEB_INF/lib and
removing the javax/servlet package out of it...but it's a pain in the neck.
If I'm reading your first message correctly you use hadoop common and
sp
It looks like there is no problem with Tomcat 8.
On Fri, Jul 10, 2015 at 11:12 AM, Zoran Jeremic
wrote:
> Hi Ted,
>
> I'm running Tomcat 7 with Java:
>
> java version "1.8.0_45"
> Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
> Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mod
Hi Ted,
I'm running Tomcat 7 with Java:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Zoran
On Fri, Jul 10, 2015 at 10:45 AM, Ted Yu wrote:
> What version of Java is Tomcat run ?
>
> Thanks
>
>
>
>
What version of Java is Tomcat run ?
Thanks
> On Jul 10, 2015, at 10:09 AM, Zoran Jeremic wrote:
>
> Hi,
>
> I've developed maven application that uses mongo-hadoop connector to pull
> data from mongodb and process it using Apache spark. The whole process runs
> smoothly if I run it on emb
Hi,
I've developed maven application that uses mongo-hadoop connector to pull
data from mongodb and process it using Apache spark. The whole process runs
smoothly if I run it on embedded Jetty server. However, if I deploy it to
Tomcat server 7, it's always interrupted at the line of code which col
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/IncompatibleClassChangeError-tp21934.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user
. What else I should do to fix the problem?
Ey-Chih Chow
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/IncompatibleClassChangeError-tp21934.html
Sent from the Apache Spark User List mailing list archive at Nabble.com
Thanks Sandy.
Actually found out that I had three versions of ASM lib, one in its own
jar, one in mockito and one in spark. I moved the standalone one and
downloaded the version of mockito-core version of the jar and things seem
to be working, but for future reference, the mockito-all and asm jars
Hi Usman,
This is a known issue that stems from Spark dependencies using two
different versions of ASM -
https://spark-project.atlassian.net/browse/SPARK-782. How are you setting
up the classpath for your app?
-Sandy
On Thu, Feb 27, 2014 at 11:59 AM, Usman Ghani wrote:
> Exception in thread
Exception in thread "main" java.lang.IncompatibleClassChangeError: class
org.apache.spark.util.InnerClosureFinder has interface
org.objectweb.asm.ClassVisitor as super class
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.l
13 matches
Mail list logo