Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-4308][SQL] Sets SQL operation state to ERROR when exception is thrown #3175

Closed
wants to merge 1 commit into from

Conversation

liancheng
Copy link
Contributor

In HiveThriftServer2, when an exception is thrown during a SQL execution, the SQL operation state should be set to ERROR, but now it remains RUNNING. This affects the result of the GetOperationStatus Thrift API.

@liancheng liancheng changed the title Sets SQL operation state to ERROR when exception is thrown [SPARK-4308][SQL] Sets SQL operation state to ERROR when exception is thrown Nov 9, 2014
@SparkQA
Copy link

SparkQA commented Nov 9, 2014

Test build #23119 has started for PR 3175 at commit 6d4c1fe.

  • This patch merges cleanly.

liancheng added a commit to liancheng/spark that referenced this pull request Nov 9, 2014
@SparkQA
Copy link

SparkQA commented Nov 9, 2014

Test build #23119 has finished for PR 3175 at commit 6d4c1fe.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23119/
Test PASSed.

@marmbrus
Copy link
Contributor

Thanks! Merged to master.

marmbrus pushed a commit to marmbrus/spark that referenced this pull request Nov 11, 2014
PR apache#3175 is for master branch only and can't be backported to branch 1.1 directly because Hive 0.13.1 support.

Author: Cheng Lian <lian@databricks.com>

Closes apache#3176 from liancheng/fix-op-state-for-1.1 and squashes the following commits:

8791d87 [Cheng Lian] This is a follow up of apache#3175 for branch 1.1
@asfgit asfgit closed this in acb55ae Nov 11, 2014
@liancheng liancheng deleted the fix-op-state branch November 11, 2014 01:52
asfgit pushed a commit that referenced this pull request Nov 28, 2014
… thrown

In `HiveThriftServer2`, when an exception is thrown during a SQL execution, the SQL operation state should be set to `ERROR`, but now it remains `RUNNING`. This affects the result of the `GetOperationStatus` Thrift API.

Author: Cheng Lian <lian@databricks.com>

Closes #3175 from liancheng/fix-op-state and squashes the following commits:

6d4c1fe [Cheng Lian] Sets SQL operation state to ERROR when exception is thrown
tianyi pushed a commit to asiainfo/spark that referenced this pull request Dec 4, 2014
… thrown

In `HiveThriftServer2`, when an exception is thrown during a SQL execution, the SQL operation state should be set to `ERROR`, but now it remains `RUNNING`. This affects the result of the `GetOperationStatus` Thrift API.

Author: Cheng Lian <lian@databricks.com>

Closes apache#3175 from liancheng/fix-op-state and squashes the following commits:

6d4c1fe [Cheng Lian] Sets SQL operation state to ERROR when exception is thrown
tianyi pushed a commit to asiainfo/spark that referenced this pull request Dec 4, 2014
… thrown

In `HiveThriftServer2`, when an exception is thrown during a SQL execution, the SQL operation state should be set to `ERROR`, but now it remains `RUNNING`. This affects the result of the `GetOperationStatus` Thrift API.

Author: Cheng Lian <lian@databricks.com>

Closes apache#3175 from liancheng/fix-op-state and squashes the following commits:

6d4c1fe [Cheng Lian] Sets SQL operation state to ERROR when exception is thrown
tianyi pushed a commit to asiainfo/spark that referenced this pull request Dec 4, 2014
… thrown

In `HiveThriftServer2`, when an exception is thrown during a SQL execution, the SQL operation state should be set to `ERROR`, but now it remains `RUNNING`. This affects the result of the `GetOperationStatus` Thrift API.

Author: Cheng Lian <lian@databricks.com>

Closes apache#3175 from liancheng/fix-op-state and squashes the following commits:

6d4c1fe [Cheng Lian] Sets SQL operation state to ERROR when exception is thrown
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