[ZEPPELIN-901] Cassandra interpreter V3#950
Closed
doanduyhai wants to merge 11 commits into
Closed
Conversation
e604691 to
8062030
Compare
| The same remark does apply to the <strong>prepared statement hash map</strong>, it is shared by <strong>all users</strong> using the same instance of <strong>Cassandra</strong> interpreter. | ||
| <br/><br/> | ||
| Recently, <strong>Zeppelin</strong> allows you to choose the level of isolation for your interpreters (see | ||
| <strong><a href="http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html" target="_blank">Interpreter Binding Mode</a></strong> ). |
Contributor
There was a problem hiding this comment.
Hi @doanduyhai :)
Could you change this link to http://zeppelin.apache.org/docs/0.6.0-incubating-SNAPSHOT/manual/interpreters.html ?
Contributor
|
@doanduyhai Great work indeed! |
Contributor
Author
|
@AhyoungRyu PR updated with your remarks |
Contributor
|
@doanduyhai Cool. Thanks for the quick response :) |
…y when using FormType.SIMPLE
d08c8b6 to
abd42e3
Compare
2 tasks
Member
|
Looks good to me! |
Member
|
Merge if there're no more discussions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Cassandra interpreter V3:
@requestTimeOutruntime optionFormType.SIMPLEFallThroughPolicyAngularObjectRegistrybefore creating dynamic formALTERstatementsWhat type of PR is it?
[Improvement]
Todos
What is the Jira issue?
ZEPPELIN-901
How should this be tested?
git fetch origin pull/950/head:CassandraInterpreterV3git checkout CassandraInterpreterV3mvn clean package -DskipTestscassandra.hostsof the Cassandra interpreter (set it to localhost or 127.0.0.1 depending on your configuration)ALTERstatement, create a new paragraph with the following content:The result of this paragraph should be:

The result of this paragraph should be:

The result of this paragraph should be:

AngularObjectupon dynamic form, create 2 new paragraphs with the following contentFirst paragraph content:
Second paragraph content:
Replace
PUT_HERE_SECOND_PARAGRAPH_IDin the angular code of the first paragraph by the real paragraph id of the second paragraph. Execute the first paragraph, put a value into the input text (3) and click on Bind, you should see the following result:Screenshots (if appropriate)
Questions: