Skip to content

[Zeppelin 914]- Apply new mechanism to IgniteInterpreter - #1561

Closed
meenakshisekar wants to merge 8 commits into
apache:masterfrom
meenakshisekar:ZEPPELIN-914
Closed

[Zeppelin 914]- Apply new mechanism to IgniteInterpreter#1561
meenakshisekar wants to merge 8 commits into
apache:masterfrom
meenakshisekar:ZEPPELIN-914

Conversation

@meenakshisekar

Copy link
Copy Markdown
Contributor

What is this PR for?

This handles replacing the registration of interpreter with static block by the interpreter-setting.json file

What type of PR is it?

[| Improvement |

Todos

Sub-Task

What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-914

How should this be tested?

There shouldn't be any warning like below on starting the server
INFO 2016-09-29 00:25:46,247 - Bootstrapping Ignite Interpreter WARN 2016-09-29 00:25:46,250 - Static initialization is deprecated for interpreter Ignite, You should change it to use interpreter-setting.json in your jar or interpreter/{interpreter}/interpreter-setting.json INFO 2016-09-29 00:25:46,250 - Inclass=org.apache.zeppelin.ignite

And ensure that the Ignite related paragraphs run without any error

Screenshots (if appropriate)

Questions:

Does the licenses files need update? No
Is there breaking changes for older versions? No
Does this needs documentation? No

"ignite.addresses": {
"envName": null,
"propertyName": "ignite.addresses",
"defaultValue": "127.0.0.1:47500..47509,Coma separated list of addresses",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems there is a typo in here: Coma -> Comma

@vectorijkvectorijkOct 25, 2016

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Comma separated list of addresses" should be in description below instead of in the defaultValue

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vectorijk right good catch :)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meenakshisekar CI failure may caused by this. Could you address comment we gave?

@meenakshisekar

Copy link
Copy Markdown
ContributorAuthor

Reopening for travis build

@meenakshisekar

Copy link
Copy Markdown
ContributorAuthor

Reopening for Travis build.

@meenakshisekarmeenakshisekar changed the title Zeppelin 914 Apply new mechanism to IgniteInterpreter[Zeppelin 914]- Apply new mechanism to IgniteInterpreterOct 31, 2016
@meenakshisekar

Copy link
Copy Markdown
ContributorAuthor

Reopening for TRavis

@jongyoul

Copy link
Copy Markdown
Member

@meenakshisekar The failures of this PR is related to actual behavior, not flaky. Can you take a look into the result of the test?

@bzz

bzz commented Dec 5, 2016

Copy link
Copy Markdown
Member

@meenakshisekar thank you for contribution! Could you rebase on the latest master please?

Also, please do not hesitate to let us know in case you need any help with this one, in order to get it merge!

@jongyoul

Copy link
Copy Markdown
Member

@meenakshisekar Could you rebase this PR?

@DrIgor

Copy link
Copy Markdown
Contributor

Hello!

I would like to help with ZEPPELIN-804 subtasks and make it possible to complete refactoring

If you don't mind I will rebase this PR and take a look at #1077

@meenakshisekar

meenakshisekar commented Dec 28, 2016 via email

Copy link
Copy Markdown
ContributorAuthor

@DrIgor

Copy link
Copy Markdown
Contributor

New pull request #1819

I rebased it on the latest master and fixed failing test

@jongyoul

Copy link
Copy Markdown
Member

@meenakshisekar can you please close this PR?

@asfgitasfgit closed this in c38a0a0May 9, 2018
asfgit pushed a commit that referenced this pull request May 9, 2018
close#83close#86close#125close#133close#139close#146close#193close#203close#246close#262close#264close#273close#291close#299close#320close#347close#389close#413close#423close#543close#560close#658close#670close#728close#765close#777close#782close#783close#812close#822close#841close#843close#878close#884close#918close#989close#1076close#1135close#1187close#1231close#1304close#1316close#1361close#1385close#1390close#1414close#1422close#1425close#1447close#1458close#1466close#1485close#1492close#1495close#1497close#1536close#1545close#1561close#1577close#1600close#1603close#1678close#1695close#1739close#1748close#1765close#1767close#1776close#1783close#1799
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@meenakshisekar@jongyoul@bzz@DrIgor@vectorijk@AhyoungRyu