Gopal V created HIVE-14973:
------------------------------
Summary: Flaky test:
TestJdbcWithSQLAuthorization.testBlackListedUdfUsage
Key: HIVE-14973
URL: https://issues.apache.org/jira/browse/HIVE-14973
Project: Hive
Issue Type: Bug
Components: Tests
Affects Versions: 2.2.0
Reporter: Gopal V
{code}
Caused by: org.apache.hadoop.hive.ql.metadata.HiveException:
AlreadyExistsException(message:Table test_jdbc_sql_auth_udf already exists)
at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:854)
at org.apache.hadoop.hive.ql.metadata.Hive.createTable(Hive.java:862)
at org.apache.hadoop.hive.ql.exec.DDLTask.createTable(DDLTask.java:4052)
at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:340)
at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:199)
at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:100)
at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1988)
at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1679)
at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1410)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1143)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1136)
at
org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:248)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)