Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Updated the PR with test @zjffdu
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1678
@Leemoonsoo @zjffdu Ready for review
---
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
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/1702
[ZEPPELIN-1727] Shift + Enter runs two paras in particular scenario
### What is this PR for?
1. click *insert new* in p1(say code in p1 is %sh date -u )
2. New para p2 is created and
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Ready for review
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@zjffdu Addressed the feedbacks
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1678
@zjffdu I have addressed the feedbacks .
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@Leemoonsoo The buutton gets displayed if there is a spark job
corresponding to the paragraph run.
Can you try this `sc.parallelize(1 to 10).map(x => x ).collect`
---
If your project
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@Leemoonsoo Missed pushing a change to the remote, which was causing the
issue.
I have fixed it and tested it. Can you please take look.
---
If your project is set up for it, you can
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1678
@Leemoonsoo @zjffdu can u please take a look.and let me know how it looks
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@zjffdu +1 on the refactor part.
I have written a
[test](https://github.com/apache/zeppelin/pull/1663/files#diff-7d13c722724f9c346f38303f4b435548R326).
Would this suffice?
I can add
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Thanks @Leemoonsoo @zjffdu for the comments .
I have addressed the feedbacks. Can you please take a look.
---
If your project is set up for it, you can reply to this email and have your
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Thanks @Leemoonsoo for reviewing.
I have rebased my the PR and resolved conflicts.
Also didnt get the behaviour from the GIF, can u please explain.
If its a simple change , I can
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Test failures seem unrelated
`[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project zeppelin-python: Execution default-test of
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Than @Leemoonsoo for the explanation
I am not able to repro it.
The following two lines takes care of it
1.
[Note.java#567](https://github.com/apache/zeppelin/pull/1663
Github user karuppayya closed the pull request at:
https://github.com/apache/zeppelin/pull/1663
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
I see the following errors in the SELENIUM test
`org.openqa.selenium.NoSuchElementException: Unable to locate element:
{"method":"xpath","selector":&quo
GitHub user karuppayya reopened a pull request:
https://github.com/apache/zeppelin/pull/1663
ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph
### What is this PR for?
A paragraph execution may result in spark job(s).
Adding ability to access the spark job UI
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Thanks @felixcheung . Looks like i read only part of the exception line and
thought it was not due to this PR. I have fixed it now.
The exception related to `websocket connected` tooltip
Github user karuppayya closed the pull request at:
https://github.com/apache/zeppelin/pull/1663
---
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
GitHub user karuppayya reopened a pull request:
https://github.com/apache/zeppelin/pull/1663
ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph
### What is this PR for?
A paragraph execution may result in spark job(s).
Adding ability to access the spark job UI
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Made
[this](https://github.com/apache/zeppelin/pull/1663/commits/aef095a0c0f82a13d0482584c57d85881a91dc53)
fix for the test failure. But the tests are still failing. Not familiar with
the
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
Thanks @Leemoonsoo for the suggestion and the pointer.
Looks like all tested have passed. Ready to merge.
---
If your project is set up for it, you can reply to this email and have your
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1363
@Peilin-Yang Very useful feature!!
let me know if i can help in taking this PR forward
---
If your project is set up for it, you can reply to this email and have your
reply appear on
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1985
@astroshim This would be a problem in case of scala snippet also(a loop
with a print in other words , that which runs only within driver). Is there a
possible fix such that all interpreters
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/2011
ZEPPELIN-2102: Restart interpreter automatically
### What is this PR for?
Sparkcontext is shutdown in following cases
1. calling `sc.stop` explicitly
In this case, the user has to
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2011
@zjffdu Yes the remote process will still be up which will consume as much
memory as configured for driver. In a multi user environment, we might want to
release the resources as soon as the
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2011
@felixcheung I am not able to repro this scenario now. Restart works
fine(Will update the description)
When spark goes OOM, the subsequent para runs throw connection refused
exception
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2011
@zjffdu Thanks for your feedback.
The change is not specific to spark interpreter.
It is generic so that any other interpreter also can initiate a restart .
I was targeting free
Github user karuppayya closed the pull request at:
https://github.com/apache/zeppelin/pull/2011
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/1663
@Tagar to access a specific job, the id has to be part of the url .
Something like
http://hostname.domain.com:8088/proxy/application_1488384993892_0001/jobs/job?id=
I am not sure why
Hi ,
I am trying to use helium package from dev setup
I have setup my eclipse workspace with the zeppelin source code.
When I try to enable the helium packages from UI(Started zeppelin from
eclipse), I see the following exception in logs
> 13:13:26,791 ERROR org.apache.zeppelin.rest.HeliumRestApi
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/2341
ZEPPELIN-2543: Add ability to change the log level at runtime
### What is this PR for?
Add ability to change the log level at runtime
### What type of PR is it
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
Closing it and reopening to trigger CI
---
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
Github user karuppayya closed the pull request at:
https://github.com/apache/zeppelin/pull/2341
---
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
GitHub user karuppayya reopened a pull request:
https://github.com/apache/zeppelin/pull/2341
ZEPPELIN-2543: Add ability to change the log level at runtime
### What is this PR for?
Add ability to change the log level at runtime
### What type of PR is it
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
I followed the steps in
http://zeppelin.apache.org/contribution/contributions.html#continuous-integration.
But still get the following error
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
Checked the page, And i see a build had ran .
Not sure why *jenkin* shows a x icon in github page, though the build runs.
---
If your project is set up for it, you can reply to
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
Appveyor link shows as build ran
https://ci.appveyor.com/project/ApacheSoftwareFoundation/zeppelin/build/1.0.0-dev.257
Jenkins still shows as error(saying **travis-ci is not configured
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
I renamed my repo from incubator-zeppelin to zeppelin, and force pushed a
commit.
Then Jenkins started running the build.(Not sure if it was the rename that
made it work)
One of the
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2341
@1ambda Thanks for the feedback.
I had added API to Zeppelin rest API name space. Let me know if that is
fine
Also adding documentation was in my TODO list, done now
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/2369
[ZEPPELIN-2591] Show user info in spark job description
### What is this PR for?
Show user info in spark job description in spark UI.
With this info on spark UI, we will be able to
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2369
@felixcheung Thanks for the feedback.
Not sure if i got your question.
I will try to elaborate more on the change
The userinfo will give a picture of what is run/being run by whom
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2369
Ready for reviewing @Leemoonsoo @zjffdu @felixcheung
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2369
@Leemoonsoo @jongyoul can this PR be merged?
---
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
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/2403
ZEPPELIN-2637: Make useLegacySql configurable, in Bigquery Interpreter
### What is this PR for?
Make useLegacySql configurable, in Bigquery Interpreter
### What type of PR is
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2403
@jongyoul done. It passed this time
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2403
@jongyoul The error in bulld doesnt seem to be related to my change.
https://travis-ci.org/karuppayya/zeppelin/jobs/244000638
`Caused by: org.openqa.selenium.NoSuchElementException
GitHub user karuppayya opened a pull request:
https://github.com/apache/zeppelin/pull/2434
ZEPPELIN-2687: Show code in description section of Spark UI
### What is this PR for?
Show code in description section of Spark UI
### What type of PR is it?
Improvement
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2403
@jongyoul CI failure looks to be not relevant.
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2434
@zjffdu +1 on the refactoring.
---
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
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2434
On restrating the failed job(selenium tests), it succeeded
https://travis-ci.org/karuppayya/zeppelin/builds/246794338
Ready for reviewing
---
If your project is set up for it, you can
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2434
@felixcheung
1. Regarding the security exploitation
Spark does escapes any HTML, except for a anchor element with relative links
https://github.com/apache/spark/blob/master
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2434
@felixcheung any suggestion on the length of text(for the short
description).
Also in case of scala, python code, when the first code line is a import ,
should we skip it and show the
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2485
@zjffdu the `NotebookTypeAdapterFactory ` was added to avoid `runtimeInfos`
being persisted in json. (These infos are valid only during the runtime of the
Zeppelin server, interpreter
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2485
Currently only the frontend receives this info.
If we remove the AdapterFactory, The `runtimeInfos` will be serialised to
json file.
Say runtimeinfos contain spark UI link.
if it
Github user karuppayya commented on the issue:
https://github.com/apache/zeppelin/pull/2485
Yeah , we can reset the infos when the json is deserialized.
---
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
Karuppayya created ZEPPELIN-1224:
Summary: NoSuchMethodError when trying to invoke autocompletion
for Spark
Key: ZEPPELIN-1224
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1224
Project
Karuppayya created ZEPPELIN-1324:
Summary: Make the paragraph code selectable when the status of it
is `RUNNING` or `PENDING`
Key: ZEPPELIN-1324
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1324
Karuppayya created ZEPPELIN-1643:
Summary: Ability to access Spark Web UI from interpreters page
Key: ZEPPELIN-1643
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1643
Project: Zeppelin
Karuppayya created ZEPPELIN-1653:
Summary: Reduce network usage when updating notebooks/ make UI
responsive
Key: ZEPPELIN-1653
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1653
Project
Karuppayya created ZEPPELIN-1692:
Summary: Adding ability to access the respective spark job's UI
from each paragraph
Key: ZEPPELIN-1692
URL: https://issues.apache.org/jira/browse/ZEPPELIN
Karuppayya created ZEPPELIN-1706:
Summary: Make spark UI accessible in various mode(user, note,
global)
Key: ZEPPELIN-1706
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1706
Project: Zeppelin
Karuppayya created ZEPPELIN-1727:
Summary: Shift + enter runs two paras simultaeously in a
particular case
Key: ZEPPELIN-1727
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1727
Project
Karuppayya created ZEPPELIN-2102:
Summary: Automatically restart spark interpreter when sparkcontext
goes down
Key: ZEPPELIN-2102
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2102
Project
Karuppayya created ZEPPELIN-2543:
Summary: Ability to change log level at runtime
Key: ZEPPELIN-2543
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2543
Project: Zeppelin
Issue Type
Karuppayya created ZEPPELIN-2591:
Summary: Show the user information in spark jobs
Key: ZEPPELIN-2591
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2591
Project: Zeppelin
Issue Type
Karuppayya created ZEPPELIN-2637:
Summary: Add ability to "useLegacySql" in bigquery interpreter
Key: ZEPPELIN-2637
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2637
Project
Karuppayya created ZEPPELIN-2687:
Summary: Show more meaningful info in spark UI, for each job
created from paragraph run
Key: ZEPPELIN-2687
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2687
68 matches
Mail list logo