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
Doubts in HIVE
Labels:
- Labels:
-
Apache Hive
Explorer
Created on 01-13-2019 07:08 AM - edited 09-16-2022 07:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please help me out by giving answer for the below questions?
1. What is command to set queue name for hive job
2. Which of the files in the input directory will be skipped by hive job?
A._SUCCESS
B. IGNORE
C. Input.metadata
D. .skip
1 ACCEPTED SOLUTION
Super Guru
Created 01-16-2019 02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. old setting is mapred.job.queue.name, new one is mapreduce.job.queuename
2. I am sure _SUCCESS will be ignored, but not sure about others. Easiest way is to test them out 🙂
Cheers
2. I am sure _SUCCESS will be ignored, but not sure about others. Easiest way is to test them out 🙂
Cheers
2 REPLIES 2
Super Guru
Created 01-16-2019 02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. old setting is mapred.job.queue.name, new one is mapreduce.job.queuename
2. I am sure _SUCCESS will be ignored, but not sure about others. Easiest way is to test them out 🙂
Cheers
2. I am sure _SUCCESS will be ignored, but not sure about others. Easiest way is to test them out 🙂
Cheers
Explorer
Created 01-17-2019 06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks EricL !!!
