You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by AhyoungRyu <gi...@git.apache.org> on 2016/09/05 07:48:57 UTC

[GitHub] zeppelin issue #1397: [ZEPPELIN-1406] modify to load method artifact local p...

Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1397
  
    @cloverhearts I can't reproduce this bug. Here is what I did.
    
    ###### 1. Build the latest `master` branch with below command and restart Zeppelin daemon
    ```
    mvn clean package -Pbuild-distr -Pexamples -DskipTests
    ```
    
    ###### 2. Create a new notebook and run 
    ```
    %spark
    
    import java.util.Date
    new Date();
    ```
    
    ###### 3. I can see the Helium icon and the clock without this patch
    ![screen shot 2016-09-05 at 4 47 15 pm](https://cloud.githubusercontent.com/assets/10060731/18240728/73c19e20-7388-11e6-9a0c-3f57fd6530b2.png)
    
    Did I miss something?
    
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---