Skip to content

Commit 80d480c

Browse files
authored
Merge pull request #105693 from aniket-ms/aniket-patch-1
case id:120012322001286 : fixed missing dot('.') in amabari hive view
2 parents c65f845 + 24250e2 commit 80d480c

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)