You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hive View default timeout value may not be suitable for the query you are running. The specified time period is too short for the Hive View to fetch the query result.
54
+
The Hive View default timeout value may not be suitable for the query you're running. The specified time period is too short for the Hive View to fetch the query result.
55
55
56
56
## Resolution
57
57
@@ -61,22 +61,22 @@ The Hive View default timeout value may not be suitable for the query you are ru
61
61
```
62
62
Confirm the Hive View instance name `AUTO_HIVE20_INSTANCE` by going to YOUR_USERNAME > Manage Ambari > Views. Get the instance name from the Name column. If it doesn't match, then replace this value. **Do not use the URL Name column**.
63
63
64
-
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. Note down the PID of the current Ambari server process.
64
+
2. Restart the active Ambari server by running the following. If you get an error message saying it's not the active Ambari server, ssh into the next headnode and repeat this step. Note down the PID of the current Ambari server process.
65
65
```
66
66
sudo ambari-server status
67
67
sudo systemctl restart ambari-server
68
68
```
69
-
3. Confirm Ambari server actually restarted. If you followed the steps, you will notice the PID has changed.
69
+
3. Confirm Ambari server restarted. If you followed the steps, you notice the PID has changed.
70
70
```
71
71
sudo ambari-server status
72
72
```
73
73
74
74
## Notes
75
-
If you get a 502 error, then that is coming from the HDI gateway. You can confirm by opening web inspector, go to network tab, then re-submit query. You'll see a request fail, returning a 502 status code, and the time will show 2 mins elapsed.
75
+
If you get a 502 error, then that is coming from the HDI gateway. You can confirm by opening web inspector, go to network tab, then resubmit query. You see a request fail, returning a 502 status code, and the time shows two mins elapsed.
76
76
77
-
The query is not suited for Hive View. It is recommended that you either try the following instead:
77
+
The query isn't suited for Hive View. It's recommended that you either try the following instead:
0 commit comments