GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/248
untracked files configuration.
To fix https://issues.apache.org/jira/browse/ZEPPELIN-258.
You can merge this pull request into a Git repository by running:
$ git pull https
Github user astroshim closed the pull request at:
https://github.com/apache/incubator-zeppelin/pull/248
---
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
GitHub user astroshim reopened a pull request:
https://github.com/apache/incubator-zeppelin/pull/248
untracked files configuration.
To fix https://issues.apache.org/jira/browse/ZEPPELIN-258.
You can merge this pull request into a Git repository by running:
$ git pull https
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/248#issuecomment-136536350
Not merged yet.:)
---
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 astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/428#issuecomment-156469757
LGTM
---
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 astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/453
[ZEPPELIN-37] Upload to sonatype maven repository the spark interpreter
module.
Since maven-deploy-plugin is set as skip in the spark pom.xml, it'll be
removed.
related
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/453#issuecomment-158581828
My build was passed(below log is my build result), why travis has failed?
```
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/453#issuecomment-158614518
@Leemoonsoo I got it. thanks.
---
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
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/453#issuecomment-158629282
Travis build failed at the "mvn verify -Pusing-packaged-distr -Phadoop-2.3
-Ppyspark -B" command but my update is not relation about it i think
GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/457
Improve storing notebook.
This PR relates to: https://issues.apache.org/jira/browse/ZEPPELIN-454
Storing the notebook process changed. (store".note.json" temporary file
GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/465
Add job operation API
This PR is related to https://issues.apache.org/jira/browse/ZEPPELIN-137.
I added some notebook job operations.
Here is the examples.
* Get
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-159170573
@bzz Thank you for your comment.
But I don't understand what you mean the java style, could you tell me more
detail?
---
If your project is s
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-159171649
@springml Thank you for your comment.
What is the runtime parameter? Is runtime you mean is the time will be
executed?
---
If your project is set up
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-159196978
@springml I am going to add more APIs related to scehdule job. That could
be solution.
---
If your project is set up for it, you can reply to this email
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-159463022
@bzz Your comment is very helpful. Thank you very much!!
---
If your project is set up for it, you can reply to this email and have your
reply appear on
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-159808250
I added cron job api's
- Add cron job
```
]# curl -XPOST http://121.156.59.2:8080/api/notebook/cron/2B79J5UQB -d
GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/489
synchronization saving notebook.
The issue related to https://issues.apache.org/jira/browse/ZEPPELIN-473.
Saving notebook operation has called save method in the VFSNotebookRepo
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/489#issuecomment-160642541
@bzz
Thanks for comment.
I thought delete mothod can be needed the synchronization but because of
delete method just occur exception when it
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/489#issuecomment-160859692
I implemented some code for testing.
As you can see, In the while() if saving note without synchronization,
note.json is crashed. (disappeared
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/489#issuecomment-160884961
@bzz Thanks for replying.
The code is the VFSNotebookRepoTest.java but i didn't push yet.
I'm wondering is that can't show the
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/489#issuecomment-160916885
@bzz Thank you very much!!
It seems like CI fails is not related to testcase. What do you think?
---
If your project is set up for it, you can reply
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/489#issuecomment-161515202
@bzz Okay. I will.
Thank you very much for your help~:)
---
If your project is set up for it, you can reply to this email and have your
reply appear
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-162895268
@Leemoonsoo @bzz Thank you for your review!
I totally agree with your idea about consistent statuses. I'll fix them.
---
If your project is set u
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/465#issuecomment-163287793
@bzz I updated REST API docs, could you review?
Thanks.
---
If your project is set up for it, you can reply to this email and have your
reply appear
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/554#issuecomment-165888962
This function is very useful for users!
And the code what you added is the brilliant trick i think. :)
I tested this function at chrome/firefox
GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/555
[Improve] Add interpreter restart REST API doc
### What is this PR for?
Add restarting interpreter REST API information to the document.
There is no information in the
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/555#issuecomment-165946523
@bzz Thank you!! :)
---
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
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/556#issuecomment-165959908
Cool fix!
I tested on chrome/firefox/explore10 and working well.
Thanks.
---
If your project is set up for it, you can reply to this email and
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/555#issuecomment-166166917
Build has passed. please merge this.:)
---
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 astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/557
Release resource after cron job.
### What is this PR for?
Release resource after cron schedule job.
### What type of PR is it?
Improvement
### Todos
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/557#issuecomment-166184648
Thank @Leemoonsoo your feedback.
I'm going to implement the unittest.
---
If your project is set up for it, you can reply to this email and have
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/557#issuecomment-166234115
@bzz Thanks your feedback.
Yes, "release resource" means restarting all binded interpreters on the
note.
I was thinking rest
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/557#issuecomment-166837719
Dear @bzz
I totally agree with you. I'll update the text and testcase.
Thanks!
---
If your project is set up for it, you can reply to this
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/557#issuecomment-167243619
Hello. @felixcheung
You're right.. The interpreter process is shared now but I think
interpreter process will be separated as user option.
GitHub user astroshim opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/572
Fix restapi testcase
### What is this PR for?
To fix REST API testcase.
### What type of PR is it?
Bug Fix
### Is there a relevant Jira issue?
https
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/572#issuecomment-167461109
@HeartSaVioR Thank you for your reply.
---
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 astroshim closed the pull request at:
https://github.com/apache/incubator-zeppelin/pull/572
---
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
GitHub user astroshim reopened a pull request:
https://github.com/apache/incubator-zeppelin/pull/572
Fix restapi testcase
### What is this PR for?
To fix REST API testcase.
### What type of PR is it?
Bug Fix
### Is there a relevant Jira issue?
https
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/557#issuecomment-167461320
@Leemoonsoo Thank you for making clear.
---
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 astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/572#issuecomment-167776170
The build error is not related to this issue. But it occurred again!
```
...
15/12/28 04:23:52 WARN TaskSchedulerImpl: Initial job has not
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/673#issuecomment-174815976
This is really nice feature and a lot of helpful for users.
I'll review this. :)
Thank you.
---
If your project is set up for it, you can rep
Github user astroshim commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/673#issuecomment-174947906
There are some bugs.
1. It seems the URL string does not apply.
- as you can see, URL value to be blanked.

- before
![image
48 matches
Mail list logo