Skip to content

Conversation

@Leemoonsoo
Copy link
Contributor

After #364, order of submitted job to the remote interpreter is not preserved.
Result is, when user run a lot of paragraphs in a short time, they run in random order(like click run 'Run all paragraphs). #395 is one of the problem.

this PR adds some unittests and fix the problem.

@swkimme
Copy link
Contributor

swkimme commented Mar 23, 2015

tested, I've found that %sql's are not working.

@Leemoonsoo
Copy link
Contributor Author

@swkimme I fixed the problem that paragraph is stuck in PENDING status.

@swkimme
Copy link
Contributor

swkimme commented Mar 24, 2015

Tested, works great!

asfgit pushed a commit to apache/zeppelin that referenced this pull request Mar 30, 2015
This PR came from ZEPL/zeppelin#397

After ZEPL/zeppelin#364, order of submitted job to the remote interpreter is not preserved.
Result is, when user run a lot of paragraphs in a short time, they run in random order(like click run 'Run all paragraphs). https://github.com/NFLabs/zeppelin/issues/395 is one of the possible problem.

this PR adds some unittests and fix the problem.

Ready to merge.

Author: Lee moon soo <[email protected]>
Author: Lee moon soo <[email protected]>

Closes #8 from Leemoonsoo/fix/run_order and squashes the following commits:

4a6a230 [Lee moon soo] Prevent status remaining RUNNING after job executed
1fb3715 [Lee moon soo] Fix daedlock
6405abe [Lee moon soo] Update RemoteSchedulerTest
c31a807 [Lee moon soo] Make RemoteScheduler keep order of job submitted
epahomov pushed a commit to epahomov/zeppelin that referenced this pull request Jul 23, 2016
…script

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

Activate spark-1.5 and hadoop-2.4 by default
That'll enable use sc.textFile("s3...") with default configuration without specify SPARK_HOME.

Author: Lee moon soo <[email protected]>

This patch had conflicts when merged, resolved by
Committer: Lee moon soo <[email protected]>

Closes ZEPL#397 from Leemoonsoo/ZEPPELIN-397 and squashes the following commits:

9855dde [Lee moon soo] Activate spark-1.5 and hadoop-2.4 by default
Sign up for free to 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.

4 participants