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