GitHub user doanduyhai opened a pull request:

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

    [ZEPPELIN-901] Cassandra interpreter V3

    ### What is this PR for?
    **Cassandra** interpreter V3:
    
    * Update documentation
    * Update interactive documentation
    * Add support for binary protocol **V4**
    * Implement new `@requestTimeOut` runtime option
    * Upgrade Java driver version to **3.0.1**
    * Allow interpreter to add dynamic forms programmatically when using 
`FormType.SIMPLE`
    * Allow dynamic form using default Zeppelin syntax
    * Fixing typo on `FallThroughPolicy`
    * Look for data in `AngularObjectRegistry` before creating dynamic form
    * Add missing support for `ALTER` statements
    
    ### What type of PR is it?
    [Improvement]
    
    ### Todos
    * [ ] - Test steps executed and confirmed working by the community
    
    ### What is the Jira issue?
    **[ZEPPELIN-901]**
    
    ### How should this be tested?
    * Download and install locally **[Cassandra 3.5]**
    * Start **Cassandra**
    * Clone this pull request locally with:
        * `git fetch origin pull/600/head:CassandraInterpreterV3`
        * `git checkout CassandraInterpreterV3`
    * Build this version of **Zeppelin** with `mvn clean package -DskipTests`
    * **Start Zeppelin and update the property `cassandra.hosts` of the 
**Cassandra** interpreter (set it to _localhost_ or _127.0.0.1_ depending on 
your configuration)
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? --> **No**
    * Is there breaking changes for older versions? --> **No**
    * Does this needs documentation? --> **Yes**
    
    [ZEPPELIN-901]: https://issues.apache.org/jira/browse/ZEPPELIN-901
    [Cassandra 3.5]: http://cassandra.apache.org/download/

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

    $ git pull https://github.com/doanduyhai/incubator-zeppelin 
CassandraInterpreterV3

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

    https://github.com/apache/incubator-zeppelin/pull/950.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 #950
    
----
commit 900b96450882e39bb02851989e6b0db2b648b722
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-01-27T20:03:50Z

    [ZEPPELIN-901] Add missing support for ALTER statements

commit 489e4d9b8988f2538a1603a2036b96cfed43fc02
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-01-27T22:20:42Z

    [ZEPPELIN-901] Look for data in AngularObjectRegistry before creating 
dynamic form

commit d28cebbefb5e2888d65427066e794ba103930eea
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-11T16:47:04Z

    [ZEPPELIN-901] Fixing typo on FallThroughPolicy

commit 45b93b2b7746490849d109651975a5c3c8be6200
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-11T16:47:32Z

    [ZEPPELIN-901] Allow dynamic form using default Zeppelin syntax

commit f0b2d25e728cfcf3af78f54cbccf239c988f6011
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-11T14:15:33Z

    [ZEPPELIN-901] Allow interpreter to add dynamic forms programmatically when 
using FormType.SIMPLE

commit 6e2ce1d5032117856561b284374fa782587efa3d
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-11T15:08:02Z

    [ZEPPELIN-901] Upgrade Java driver version to 3.0.1

commit 12276d9da0e5ca379d88dc5d25b1588eb3b6245e
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-11T17:06:51Z

    [ZEPPELIN-901] Implement new @requestTimeOut runtime option

commit 12d6c6bccf99a472525968f06f2c42ead6de5da9
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-30T16:07:50Z

    [ZEPPELIN-901] Add support for binary protocol V4

commit 9b535ddfa03afcc2e2b919d86c8ec6e823f6f4a6
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-30T19:30:46Z

    [ZEPPELIN-901] Update interactive documentation

commit e6046913be39e7ced94d4421bda3a4def5a06fde
Author: DuyHai DOAN <doanduy...@gmail.com>
Date:   2016-05-30T15:41:53Z

    [ZEPPELIN-901] Update documentation

----


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

Reply via email to