Skip to content

Commit cf87178

Browse files
authored
Update interactive-query-troubleshoot-migrate-36-to-40.md
1 parent e7b4bc8 commit cf87178

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-transcation 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)