Skip to content

Commit 24250e2

Browse files
committed
case id:120012322001286 : fixed missing dot('.') in amabari hive view
timeout configuration
1 parent efd16d8 commit 24250e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/interactive-query/interactive-query-troubleshoot-view-time-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Increase the Apache Ambari Hive View timeouts by setting the following propertie
3333
```
3434
views.ambari.request.read.timeout.millis=300000
3535
views.request.read.timeout.millis=300000
36-
views.ambari.hive<HIVE_VIEW_INSTANCE_NAME>.result.fetch.timeout=300000
36+
views.ambari.hive.<HIVE_VIEW_INSTANCE_NAME>.result.fetch.timeout=300000
3737
```
3838

3939
The value of `HIVE_VIEW_INSTANCE_NAME` is available at the end of the Hive View URL.

0 commit comments

Comments
 (0)