I’m interested in fixing this  

Can anyone assign the JIRA to me?

Best,  

--  
Nan Zhu


On Sunday, February 16, 2014 at 6:17 PM, Andrew Ash wrote:

> // cc Patrick, who I think helps with the Amplab Jira
>  
> Amplab Jira admins, can we make sure that newly-created users have comment 
> permissions?  This has been standard in the open source Jira instances I've 
> worked with in the past (like Hadoop).
>  
> Thanks!
> Andrew
>  
>  
>  
> On Sat, Feb 15, 2014 at 4:25 AM, Vyacheslav Baranov <[email protected] 
> (mailto:[email protected])> wrote:
> > 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 
> > > <[email protected] (mailto:[email protected])> 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 
> > > > [email protected]:64454 (mailto:[email protected]: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 
> > > > > <[email protected] (mailto:[email protected])> wrote:
> > > > > > Use   
> > > > > > SPARK_CLASSPATH along with ADD_JARS  
> > > > > >  
> > > > > >  
> > > > > > On Thu, Feb 13, 2014 at 5:12 PM, Andre Kuhnen 
> > > > > > <[email protected] (mailto:[email protected])> 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  
> > > > > > >  
> > > > > >  
> > > > >  
> > > >  
> > >  
> >  
>  

Reply via email to