Github user rcsenkbeil commented on the pull request:

    https://github.com/apache/spark/pull/1929#issuecomment-53369372
  
    @mateiz I have not run into that issue. In fact, I just cloned a copy of my 
branch I submitted on a fresh computer and it still worked fine.
    
    To test, I cloned the branch and ran `sbt/sbt assembly` to build the new 
jars.
    
    From there, I created a file called _TestClass.java_ as an illustration:
    
    ```
    package com.ibm.testjar;
    
    public class TestClass {
        public void runMe() {
            System.out.println("I WAS RUN!");
        }
    }
    ```
    
    I created a jar from this by issuing `javac TestClass.java`, `mv 
TestClass.class com/ibm/testjar/`, and `jar -cf TestJar.jar 
com/ibm/testjar/TestClass.class`.
    
    Finally, I ran two different cases after starting the Spark shell through 
`bin/spark-shell` (after `sbt/sbt assembly`):
    
    ![screen shot 2014-08-25 at 9 43 08 
pm](https://cloud.githubusercontent.com/assets/2481802/4039431/6189b356-2ccb-11e4-92b1-41d78102218d.png)
    ![screen shot 2014-08-25 at 9 44 35 
pm](https://cloud.githubusercontent.com/assets/2481802/4039432/61905b20-2ccb-11e4-8333-dc3ee2bd511b.png)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to