[
https://issues.apache.org/jira/browse/HIVE-21239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765352#comment-16765352
]
Hive QA commented on HIVE-21239:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12958265/HIVE-21239.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15784 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[hybridgrace_hashjoin_2]
(batchId=109)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/16018/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16018/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16018/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
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: 12958265 - PreCommit-HIVE-Build
> Beeline help LDAP connection example incorrect
> ----------------------------------------------
>
> Key: HIVE-21239
> URL: https://issues.apache.org/jira/browse/HIVE-21239
> Project: Hive
> Issue Type: Bug
> Environment: This was tested on a test environment with SSL and LDAP
> authentication enabled, and seems to be reproducible on any environment with
> LDAP authentication available in HiveServer2.
> Reporter: Zsolt Herczeg
> Assignee: Zoltan Chovan
> Priority: Major
> Labels: newbie
> Attachments: HIVE-21239.patch
>
>
> There's the following connection example string in the beeline -h command
> output:
>
> {code:java}
> 5. Connect using LDAP authentication
> $ beeline -u jdbc:hive2://hs2.local:10013/default <ldap-username>
> <ldap-password>
> {code}
> When a user attempts to connect like above, it'll fail with LDAP
> authentication failure. This is because username and passwords are not picked
> up in the shown form. A working example would be:
> {code:java}
> $ beeline -n <ldap-username> -p <ldap-password> -u
> jdbc:hive2://hs2.local:10013/default
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)