Skip to content

Conversation

@RamakrishnaChilaka
Copy link

@RamakrishnaChilaka RamakrishnaChilaka commented Jan 4, 2022

What changes were proposed in this pull request?

The error message is not correct, So we update the error message.

Why are the changes needed?

The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

Does this PR introduce any user-facing change?

Yes, The exception messages in HiveServer2 is changed.

How was this patch tested?

This was tested manually

@github-actions github-actions bot added the SQL label Jan 4, 2022
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@HyukjinKwon HyukjinKwon changed the title [SPARK-37807][SQL] exception error message fix [SPARK-37807][SQL] Exception error message fix Jan 4, 2022
@HyukjinKwon
Copy link
Member

Mind keeping PR description template? https://github.com/apache/spark/blob/master/.github/PULL_REQUEST_TEMPLATE
Also please enable GitHub Actions in your forked repository, see also https://github.com/apache/spark/pull/35097/checks?check_run_id=4700784956

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

@RamakrishnaChilaka
Copy link
Author

@HyukjinKwon , Please check, I have made the template changes and enabled workflows in my forked repo.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-37807][SQL] Exception error message fix [SPARK-37807][SQL] Fix typo in Exception message Jan 5, 2022
@dongjoon-hyun dongjoon-hyun changed the title [SPARK-37807][SQL] Fix typo in Exception message [SPARK-37807][SQL] Fix a typo in HttpAuthenticationException message Jan 5, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Merged to master/3.2/3.1.
Thank you, @RamakrishnaChilaka and @HyukjinKwon .

dongjoon-hyun pushed a commit that referenced this pull request Jan 5, 2022
### What changes were proposed in this pull request?
The error message is not correct, So we update the error message.

### Why are the changes needed?
The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

### Does this PR introduce _any_ user-facing change?
Yes, The exception messages in HiveServer2 is changed.

### How was this patch tested?
This was tested manually

Closes #35097 from RamakrishnaChilaka/feature/error_string_fix.

Authored-by: Chilaka Ramakrishna <ramakrishna@nference.net>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27d5575)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun pushed a commit that referenced this pull request Jan 5, 2022
### What changes were proposed in this pull request?
The error message is not correct, So we update the error message.

### Why are the changes needed?
The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

### Does this PR introduce _any_ user-facing change?
Yes, The exception messages in HiveServer2 is changed.

### How was this patch tested?
This was tested manually

Closes #35097 from RamakrishnaChilaka/feature/error_string_fix.

Authored-by: Chilaka Ramakrishna <ramakrishna@nference.net>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27d5575)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Member

I added you to the Apache Spark contributor group and assigned SPARK-37807 to you, @RamakrishnaChilaka .
Welcome to the Apache Spark community.

@RamakrishnaChilaka RamakrishnaChilaka deleted the feature/error_string_fix branch January 5, 2022 13:06
catalinii pushed a commit to lyft/spark that referenced this pull request Feb 22, 2022
### What changes were proposed in this pull request?
The error message is not correct, So we update the error message.

### Why are the changes needed?
The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

### Does this PR introduce _any_ user-facing change?
Yes, The exception messages in HiveServer2 is changed.

### How was this patch tested?
This was tested manually

Closes apache#35097 from RamakrishnaChilaka/feature/error_string_fix.

Authored-by: Chilaka Ramakrishna <ramakrishna@nference.net>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27d5575)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
catalinii pushed a commit to lyft/spark that referenced this pull request Mar 4, 2022
### What changes were proposed in this pull request?
The error message is not correct, So we update the error message.

### Why are the changes needed?
The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

### Does this PR introduce _any_ user-facing change?
Yes, The exception messages in HiveServer2 is changed.

### How was this patch tested?
This was tested manually

Closes apache#35097 from RamakrishnaChilaka/feature/error_string_fix.

Authored-by: Chilaka Ramakrishna <ramakrishna@nference.net>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27d5575)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
kazuyukitanimura pushed a commit to kazuyukitanimura/spark that referenced this pull request Aug 10, 2022
### What changes were proposed in this pull request?
The error message is not correct, So we update the error message.

### Why are the changes needed?
The exception message when password is left empty in HTTP mode of hive thrift server is not correct.. Updated the text to reflect it. Please check

JIRA ISSUE: https://issues.apache.org/jira/browse/SPARK-37807

### Does this PR introduce _any_ user-facing change?
Yes, The exception messages in HiveServer2 is changed.

### How was this patch tested?
This was tested manually

Closes apache#35097 from RamakrishnaChilaka/feature/error_string_fix.

Authored-by: Chilaka Ramakrishna <ramakrishna@nference.net>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 27d5575)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 731e056)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants