Skip to content

Commit 56895ef

Browse files
authored
Merge pull request #185132 from kcheeeung/kcfix
Correct Ambari hive view TSG
2 parents 3cb7299 + bd21268 commit 56895ef

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,22 @@ This article describes troubleshooting steps and possible resolutions for issues
1515
When running certain queries from the Apache Hive view, the following error may be encountered:
1616

1717
```
18-
result fetch timed out
18+
Result fetch timed out
19+
1920
java.util.concurrent.TimeoutException: deadline passed
21+
at akka.actor.dsl.Inbox$InboxActor$$anonfun$receive$1.applyOrElse(Inbox.scala:117)
22+
at scala.PartialFunction$AndThen.applyOrElse(PartialFunction.scala:189)
23+
at akka.actor.Actor$class.aroundReceive(Actor.scala:467)
24+
at akka.actor.dsl.Inbox$InboxActor.aroundReceive(Inbox.scala:62)
25+
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
26+
at akka.actor.ActorCell.invoke(ActorCell.scala:487)
27+
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
28+
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
29+
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)
30+
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
31+
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
32+
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
33+
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
2034
```
2135

2236
## Cause
@@ -31,7 +45,7 @@ The Hive View default timeout value may not be suitable for the query you are ru
3145
views.request.read.timeout.millis=300000
3246
views.ambari.hive.<HIVE_VIEW_INSTANCE_NAME>.result.fetch.timeout=300000
3347
```
34-
The value of `HIVE_VIEW_INSTANCE_NAME` is available at the end of the Hive View URL.
48+
The value of `HIVE_VIEW_INSTANCE_NAME` is available by clicking YOUR_USERNAME > Manage Ambari > Views > Names column. Do not use the URL name.
3549

3650
2. Restart the active Ambari server by running the following. If you get an error message saying it's not the active Ambari server, just ssh into the next headnode and repeat this step.
3751
```

0 commit comments

Comments
 (0)