Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/86#issuecomment-110069613
  
    Thanks for great contribution!
    
    And how about add `zeppelin.spark.useCassandraContext` into property 
builder?
    
    ```
      static {
         Interpreter.register(
             "spark",
             "spark",
             SparkInterpreter.class.getName(),
             new InterpreterPropertyBuilder()
                 .add("spark.app.name", "Zeppelin", "The name of spark 
application.")
                 ...
                 .add("zeppelin.spark.useHiveContext", "true",
                      "Use HiveContext instead of SQLContext if it is true.")
                 ...
    ```
    
    both `zeppelin.spark.useCassandraContext`, `zeppelin.spark.useHiveContext` 
can be true or false. In this case, in user point of view, it's very unclear to 
see what's going to happen. Do you have an idea to handle it?
    
    And Is it going to be difficult to add a test for it?


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