Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-901] Cassandra interpreter V3 - #950
Closed
doanduyhai wants to merge 11 commits into
Closed
Conversation
doanduyhaiforce-pushed
the
CassandraInterpreterV3
branch
from
June 2, 2016 09:42
e604691 to
8062030Compare| 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 ?
AhyoungRyu
commented
Jun 2, 2016
Contributor
@doanduyhai Great work indeed! |
doanduyhai
commented
Jun 2, 2016
ContributorAuthor
@AhyoungRyu PR updated with your remarks |
AhyoungRyu
commented
Jun 2, 2016
Contributor
@doanduyhai Cool. Thanks for the quick response :) |
…y when using FormType.SIMPLE
doanduyhaiforce-pushed
the
CassandraInterpreterV3
branch
from
June 3, 2016 05:13
d08c8b6 to
abd42e3Compare2 tasks
Leemoonsoo
commented
Jun 8, 2016
Member
Looks good to me! |
Leemoonsoo
commented
Jun 10, 2016
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 freeto 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: