Skip to content

[SQL]Delete some dupliate code in HiveThriftServer2 #5007

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

Closed
wants to merge 2 commits into from

Conversation

ArcherShao
Copy link
Contributor

No description provided.

@SparkQA
Copy link

SparkQA commented Mar 13, 2015

Test build #28549 has started for PR 5007 at commit 459efbd.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Mar 13, 2015

Test build #28549 has finished for PR 5007 at commit 459efbd.

  • 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/28549/
Test PASSed.

initCompositeService(hiveConf)
}

private def isHTTPTransportMode(hiveConf: HiveConf): Boolean = {
val transportMode: String = hiveConf.getVar(ConfVars.HIVE_SERVER2_TRANSPORT_MODE)
transportMode.equalsIgnoreCase("http")
transportMode.toLowerCase().equals("http")
Copy link
Member

Choose a reason for hiding this comment

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

Seems OK to me but this change is not necessary.

@SparkQA
Copy link

SparkQA commented Mar 14, 2015

Test build #28603 has started for PR 5007 at commit ae422ae.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Mar 14, 2015

Test build #28603 has finished for PR 5007 at commit ae422ae.

  • 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/28603/
Test PASSed.

@asfgit asfgit closed this in ee15404 Mar 14, 2015
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