[jira] [Commented] (HIVE-5812) HiveServer2 SSL connection transport binds to loopback address by default
[ https://issues.apache.org/jira/browse/HIVE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849843#comment-13849843 ] Brock Noland commented on HIVE-5812: +1 > HiveServer2 SSL connection transport binds to loopback address by default > - > > Key: HIVE-5812 > URL: https://issues.apache.org/jira/browse/HIVE-5812 > Project: Hive > Issue Type: Bug > Components: HiveServer2 >Affects Versions: 0.13.0 >Reporter: Prasad Mujumdar >Assignee: Prasad Mujumdar > Attachments: HIVE-5812.1.patch, HIVE-5812.2.patch > > > The secure socket transport implemented as part of HIVE-5351, binds to > loopback address by default. If the bind interface gets used only if its > explicitly defined in the hive-site or via environment. > This behavior should be same as non-SSL transport. -- This message was sent by Atlassian JIRA (v6.1.4#6159)
[jira] [Commented] (HIVE-5812) HiveServer2 SSL connection transport binds to loopback address by default
[ https://issues.apache.org/jira/browse/HIVE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849770#comment-13849770 ] Hive QA commented on HIVE-5812: --- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12618972/HIVE-5812.2.patch {color:green}SUCCESS:{color} +1 4789 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/655/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/655/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12618972 > HiveServer2 SSL connection transport binds to loopback address by default > - > > Key: HIVE-5812 > URL: https://issues.apache.org/jira/browse/HIVE-5812 > Project: Hive > Issue Type: Bug > Components: HiveServer2 >Affects Versions: 0.13.0 >Reporter: Prasad Mujumdar >Assignee: Prasad Mujumdar > Attachments: HIVE-5812.1.patch, HIVE-5812.2.patch > > > The secure socket transport implemented as part of HIVE-5351, binds to > loopback address by default. If the bind interface gets used only if its > explicitly defined in the hive-site or via environment. > This behavior should be same as non-SSL transport. -- This message was sent by Atlassian JIRA (v6.1.4#6159)
[jira] [Commented] (HIVE-5812) HiveServer2 SSL connection transport binds to loopback address by default
[ https://issues.apache.org/jira/browse/HIVE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13842935#comment-13842935 ] Prasad Mujumdar commented on HIVE-5812: --- [~brocknoland] The delegation token case is part of HIVE-5155 patch. The failed test bucket_num_reducers doesn't seem to be related to the patch. > HiveServer2 SSL connection transport binds to loopback address by default > - > > Key: HIVE-5812 > URL: https://issues.apache.org/jira/browse/HIVE-5812 > Project: Hive > Issue Type: Bug > Components: HiveServer2 >Affects Versions: 0.13.0 >Reporter: Prasad Mujumdar >Assignee: Prasad Mujumdar > Attachments: HIVE-5812.1.patch > > > The secure socket transport implemented as part of HIVE-5351, binds to > loopback address by default. If the bind interface gets used only if its > explicitly defined in the hive-site or via environment. > This behavior should be same as non-SSL transport. -- This message was sent by Atlassian JIRA (v6.1.4#6159)
[jira] [Commented] (HIVE-5812) HiveServer2 SSL connection transport binds to loopback address by default
[ https://issues.apache.org/jira/browse/HIVE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836824#comment-13836824 ] Hive QA commented on HIVE-5812: --- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12613544/HIVE-5812.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4412 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket_num_reducers {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/485/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/485/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12613544 > HiveServer2 SSL connection transport binds to loopback address by default > - > > Key: HIVE-5812 > URL: https://issues.apache.org/jira/browse/HIVE-5812 > Project: Hive > Issue Type: Bug > Components: HiveServer2 >Affects Versions: 0.13.0 >Reporter: Prasad Mujumdar >Assignee: Prasad Mujumdar > Attachments: HIVE-5812.1.patch > > > The secure socket transport implemented as part of HIVE-5351, binds to > loopback address by default. If the bind interface gets used only if its > explicitly defined in the hive-site or via environment. > This behavior should be same as non-SSL transport. -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (HIVE-5812) HiveServer2 SSL connection transport binds to loopback address by default
[ https://issues.apache.org/jira/browse/HIVE-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836719#comment-13836719 ] Brock Noland commented on HIVE-5812: This looks like a good change, not sure why precommit tests didn't kick off. I tried a second time. Say, if the delegation token is not null, do we want to call HiveAuthFactory.getSocketTransport(host, port, loginTimeout) to get the transport? > HiveServer2 SSL connection transport binds to loopback address by default > - > > Key: HIVE-5812 > URL: https://issues.apache.org/jira/browse/HIVE-5812 > Project: Hive > Issue Type: Bug > Components: HiveServer2 >Affects Versions: 0.13.0 >Reporter: Prasad Mujumdar >Assignee: Prasad Mujumdar > Attachments: HIVE-5812.1.patch > > > The secure socket transport implemented as part of HIVE-5351, binds to > loopback address by default. If the bind interface gets used only if its > explicitly defined in the hive-site or via environment. > This behavior should be same as non-SSL transport. -- This message was sent by Atlassian JIRA (v6.1#6144)