0 PM
>>
>> *To:* user@spark.apache.org
>> *Subject:* Re: Adding external jar to spark-shell classpath in spark 1.0
>>
>>
>>
>> This is a known issue: https://issues.apache.org/jira/browse/SPARK-1919.
>> We haven't found a fix yet, but for now, yo
Ulanov, Alexander :
> Could you elaborate on this? I don’t have an application, I just use
> spark shell.
>
>
>
> *From:* Andrew Or [mailto:and...@databricks.com]
> *Sent:* Wednesday, June 11, 2014 9:40 PM
>
> *To:* user@spark.apache.org
> *Subject:* Re: Adding external j
Could you elaborate on this? I don’t have an application, I just use spark
shell.
From: Andrew Or [mailto:and...@databricks.com]
Sent: Wednesday, June 11, 2014 9:40 PM
To: user@spark.apache.org
Subject: Re: Adding external jar to spark-shell classpath in spark 1.0
This is a known issue: https
This is a known issue: https://issues.apache.org/jira/browse/SPARK-1919. We
haven't found a fix yet, but for now, you can workaround this by including
your simple class in your application jar.
2014-06-11 10:25 GMT-07:00 Ulanov, Alexander :
> Hi,
>
>
>
> I am currently using spark 1.0 locally o
Are you able to import any class from you jars within spark-shell?
-Original Message-
From: Marcelo Vanzin [mailto:van...@cloudera.com]
Sent: Wednesday, June 11, 2014 9:36 PM
To: user@spark.apache.org
Subject: Re: Adding external jar to spark-shell classpath in spark 1.0
Ah, not that it
Ah, not that it should matter, but I'm on Linux and you seem to be on
Windows... maybe there is something weird going on with the Windows
launcher?
On Wed, Jun 11, 2014 at 10:34 AM, Marcelo Vanzin wrote:
> Just tried this and it worked fine for me:
>
> ./bin/spark-shell --jars jar1,jar2,etc,etc
>
Just tried this and it worked fine for me:
./bin/spark-shell --jars jar1,jar2,etc,etc
On Wed, Jun 11, 2014 at 10:25 AM, Ulanov, Alexander
wrote:
> Hi,
>
>
>
> I am currently using spark 1.0 locally on Windows 7. I would like to use
> classes from external jar in the spark-shell. I followed the i