Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/46#issuecomment-96103327
  
    Hi, Thanks for contribution.
    
    As you mentioned, not every installation will have hdfs too.
    And i think tutorial notebook is more like for quickly taste Zeppelin.
    
    How about add hdfs related code as a comment? 
    with message like 'uncomment these codes if you want to try with hdfs'.
    
    for example
    ```
    // "hdfs dfs -rm -r /user/zeppelin/data" !               // uncomment if 
you want to try with hdfs
    // "hdfs dfs -copyFromLocal data /user/zeppelin" !       // uncomment if 
you want to try with hdfs
    ...
    // val bankText = sc.textFile(s"hdfs:///user/zeppelin/data/bank-full.csv")  
  // uncomment if you want to try with hdfs
    ```
    
    
    What do you think?
    



---
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.
---

Reply via email to