Member since
09-25-2015
356
Posts
382
Kudos Received
62
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2610 | 11-03-2017 09:16 PM | |
2032 | 10-17-2017 09:48 PM | |
4163 | 09-18-2017 08:33 PM | |
4927 | 08-04-2017 04:14 PM | |
3632 | 05-19-2017 06:53 AM |
04-12-2017
12:51 PM
i got this error 17/04/12 15:28:29 INFO mapreduce.Job: Counters: 8
Job Counters
Failed map tasks=1
Launched map tasks=1
Rack-local map tasks=1
Total time spent by all maps in occupied slots (ms)=654614
Total time spent by all reduces in occupied slots (ms)=0
Total time spent by all map tasks (ms)=327307
Total vcore-milliseconds taken by all map tasks=327307
Total megabyte-milliseconds taken by all map tasks=502743552
17/04/12 15:28:29 WARN mapreduce.Counters: Group FileSystemCounters is deprecated. Use org.apache.hadoop.mapreduce.FileSystemCounter instead
17/04/12 15:28:29 INFO mapreduce.ExportJobBase: Transferred 0 bytes in 342.7432 seconds (0 bytes/sec)
17/04/12 15:28:29 WARN mapreduce.Counters: Group org.apache.hadoop.mapred.Task$Counter is deprecated. Use org.apache.hadoop.mapreduce.TaskCounter instead
17/04/12 15:28:29 INFO mapreduce.ExportJobBase: Exported 0 records.
17/04/12 15:28:29 ERROR mapreduce.ExportJobBase: Export job failed!
17/04/12 15:28:29 ERROR tool.ExportTool: Error during export: Export job failed!
... View more
03-29-2017
09:37 PM
1 Kudo
Seems like a duplicate of another post that you created https://community.hortonworks.com/questions/91719/failed-semanticexception-unable-to-fetch-table-hiv.html Lets close this one and track with the other thread.
... View more
03-24-2017
03:08 AM
Thanks @rbailey for pointing that out!
... View more
03-21-2017
09:13 PM
OH. IT WORK. IT WORK THANK YOU Sooooooooooooooooooooooo much I LOVE YOU Sooooooooooooooooooooooo much in your last comment, is there UI that can see all status(firewall, iptables, etc.)? without terminal. today is my first time to use linux. so everything is not familiar with me.
... View more
09-06-2017
10:58 AM
1 Kudo
try to lock the table before and then unlock it
LOCK TABLE tablename SHARED;
UNLOCK TABLE tablename;
... View more
01-04-2017
07:05 PM
Thanks.. It was typo mistake where i didn't capitalize 'T' in fileType
... View more
06-14-2016
09:25 AM
Thanks Deepesh for your immense response.
... View more
03-29-2016
02:58 AM
1 Kudo
So, the solution is to properly define the regex list in The above definition is incorrect for myvar1. The manual states that the list has to be defined as regex, and in my case delimited by pipe. The correct value has to be "|myvar.*" (without double quotes). The ".*" may not be necessary. This custom list will then be appended to an existing whitelist. Also I had to restart all hive related services.
... View more