Andrew,
I've created account on Amplab Jira, but unfortunately I don't have
permission to comment.
Vyacheslav
On 15/02/14 00:28, Andrew Ash wrote:
Hi Vyacheslav,
If you could add that to the ticket directly that would be valuable
because you're more familiar with the specific problem than me!
Andrew
On Fri, Feb 14, 2014 at 8:10 AM, Vyacheslav Baranov
<slavik.bara...@gmail.com <mailto:slavik.bara...@gmail.com>> wrote:
Hello Andrew,
I'm running on the same problem when I try to import a jar using
':cp' repl command. This used to work on 0.8:
scala> import org.msgpack
<console>:10: error: msgpack is not a member of org
import org.msgpack
^
scala> :cp /path/to/msgpack-0.6.8.jar
Added '/path/to/msgpack-0.6.8.jar'. Your new classpath is:
"/usr/share/lib/spark/*:/usr/lib/spark/conf:/usr/lib/spark/jars/spark-assembly-0.8.0-incubating-hadoop1.2.1.jar:/path/to/msgpack-0.6.8.jar"
14/02/14 20:04:00 INFO server.Server: jetty-7.x.y-SNAPSHOT
14/02/14 20:04:00 INFO server.AbstractConnector: Started
SocketConnector@0.0.0.0:64454 <mailto:SocketConnector@0.0.0.0:64454>
scala> import org.msgpack
import org.msgpack
And it's not working on 0.9:
scala> import org.msgpack
<console>:10: error: object msgpack is not a member of package org
import org.msgpack
^
scala> :cp /path/to/msgpack-0.6.8.jar
Added '/path/to/msgpack-0.6.8.jar'. Your new classpath is:
"/usr/share/lib/spark/*:/usr/lib/spark/conf:/usr/lib/spark/jars/spark-assembly-0.9.0-incubating-hadoop2.2.0.jar:/path/to/msgpack-0.6.8.jar"
Nothing to replay.
scala> import org.msgpack
<console>:7: error: object msgpack is not a member of package org
import org.msgpack
^
Probably, it's worth to add this to issue's comments
Thank you,
Vyacheslav
On 14/02/14 02:26, Andrew Ash wrote:
I filed a bug so we can track the fix:
https://spark-project.atlassian.net/browse/SPARK-1089
On Thu, Feb 13, 2014 at 2:21 PM, Soumya Simanta
<soumya.sima...@gmail.com <mailto:soumya.sima...@gmail.com>> wrote:
Use
SPARK_CLASSPATH along with ADD_JARS
On Thu, Feb 13, 2014 at 5:12 PM, Andre Kuhnen
<andrekuh...@gmail.com <mailto:andrekuh...@gmail.com>> wrote:
Hello, my spark-shell tells me taht the jar are added but
it can not import any of my stuff
When I used the same steps on 0.8 everything worked fine
Thanks