Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
insert query hangs from hive view ONLY
Labels:
Super Collaborator
Created on ‎09-25-2018 07:58 PM - edited ‎08-17-2019 10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if i insert a row from hive command line in unix it starts a TEZ job and runs fine and inserts a row, but the same insert if i try to do from hive view in Ambari, it hangs. The SELECT queries work fine in hive view .
plz see the attached screenshots
1 ACCEPTED SOLUTION
Super Collaborator
Created ‎09-26-2018 02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I could resolve this issue by modifying the following parameters
yarn.scheduler.minimum-allocation-mb=2560 yarn.nodemanager.resource.memory-mb=7680 yarn.app.mapreduce.am.resource.mb=2560
1 REPLY 1
Super Collaborator
Created ‎09-26-2018 02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I could resolve this issue by modifying the following parameters
yarn.scheduler.minimum-allocation-mb=2560 yarn.nodemanager.resource.memory-mb=7680 yarn.app.mapreduce.am.resource.mb=2560
