Skip to content

Commit 95c510c

Browse files
authored
Merge pull request #103957 from mabushaireh/patch-1
Update interactive-query-troubleshoot-migrate-36-to-40.md
2 parents 4d0eed1 + 04d0ade commit 95c510c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/hdinsight/interactive-query/interactive-query-troubleshoot-migrate-36-to-40.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ Steps to disable ACID on HDInsight 4.0:
104104
hive.create.as.insert.only=false;
105105
metastore.create.as.acid=false;
106106
```
107-
107+
> [!Note]
108+
> If hive.strict.managed.tables is set to true \<Default value\>, Creating Managed and non-transaction table will fail with the following error:
109+
```
110+
java.lang.Exception: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Unable to alter table. Table <Table name> failed strict managed table checks due to the following reason: Table is marked as a managed table but is not transactional.
111+
```
108112
2. Restart hive service.
109113
110114
> [!IMPORTANT]

0 commit comments

Comments
 (0)