GitHub user Leemoonsoo reopened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/96

    ZEPPELIN-74 Change interpreter selection from %[Name] to %[Group].[Name]

    This PR implements https://issues.apache.org/jira/browse/ZEPPELIN-74.
    
    Plus, changing existing interpreter's name
    
    spark.spark -> spark.scala
    spark.pyspark -> spark.py
    hive.hive -> hive.hql
    tajo.tajo -> tajo.tql
    
    All changes are backward compatible except for spark.pyspark -> spark.py.
    User need either %spark.py, %py (when Spark is selected first) instead of 
%pyspark.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/incubator-zeppelin ZEPPELIN-74

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/96.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #96
    
----
commit 335bc8f9f3e860f3e65adb51ea46b5d4117d5d9c
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T07:52:28Z

    ZEPPELIN-74 Change interpreter selection from %[Name] to %[Group].[Name]

commit 0e2cfb3e9602265ae4ba906ba3de6b202d19046f
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T07:53:26Z

    Rename spark.pyspark -> spark.py, spark.spark -> spark.scala

commit 96705ab7c3279a5a06ae4c6a2a6adce9adeff95c
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T07:55:22Z

    hive.hive -> hive.hql

commit a5496bc6549a977957f9022d34cd5598f625a965
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T07:55:35Z

    tajo.tajo -> tajo.tql

commit 9f9a9c3761a4903fddfb75cedc9ee1713f046070
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T09:10:11Z

    Fix test

commit c656c4d92ef2e88255a3463cfde61f72eeb6ae1a
Author: Lee moon soo <[email protected]>
Date:   2015-06-09T17:07:28Z

    Commenting out unused travis lifecycle

----


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