[
https://issues.apache.org/jira/browse/HIVE-19753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16507314#comment-16507314
]
Hive QA commented on HIVE-19753:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12927152/HIVE-19753.2.patch
{color:green}SUCCESS:{color} +1 due to 7 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 14521 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[alter_view_as_select]
(batchId=10)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[alter_view_col_type]
(batchId=4)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[create_or_replace_view]
(batchId=41)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[strict_managed_tables1]
(batchId=77)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[strict_managed_tables_sysdb]
(batchId=54)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[lineage3]
(batchId=165)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[tez_union]
(batchId=163)
org.apache.hadoop.hive.ql.exec.tez.TestWorkloadManager.testAsyncSessionInitFailures
(batchId=296)
org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testViewsReplication
(batchId=233)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11676/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11676/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11676/
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: 9 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12927152 - PreCommit-HIVE-Build
> Strict managed tables mode in Hive
> ----------------------------------
>
> Key: HIVE-19753
> URL: https://issues.apache.org/jira/browse/HIVE-19753
> Project: Hive
> Issue Type: Bug
> Reporter: Jason Dere
> Assignee: Jason Dere
> Priority: Major
> Attachments: HIVE-19753.1.patch, HIVE-19753.2.patch
>
>
> Create a mode in Hive which enforces that all managed tables are
> transactional (both full or insert-only tables allowed). Non-transactional
> tables, as well as non-native tables, must be created as external tables when
> this mode is enabled.
> The idea would be that in strict managed tables mode all of the data written
> to managed tables would have been done through Hive.
> The mode would be enabled using config setting hive.strict.managed.tables.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)