Re: Tez jobs on YARN failing sporadically..

2016-07-05 Thread Gopal Vijayaraghavan
> when the executor is overwhelmed with tasks or execute() is called while >shutting down. I'm confounded as to why this would be an issue suddenly. > Container container_e23_1466828114374_53316_01_18 finished with >diagnostics set to Container failed, exitCode=-1000. Task >java.util.concurr

Trouble trying to get started with hive

2016-07-05 Thread Kari Pahula
Hi. I'm trying to familiarize myself with Hadoop and various projects related to it. I've been following https://cwiki.apache.org/confluence/display/Hive/GettingStarted I'd like to start by giving a bit of feedback from the bits I have got to work. Should the document tell about using schematool

Re: Re:Re: Re:Re:Re:Re: How to access linux kerberosed hive from windows eclipse workspace?

2016-07-05 Thread Aviral Agarwal
Glad to help :) On 5 Jul 2016 8:26 a.m., "Vivek Shrivastava" wrote: > Good to know Maria. > > On Mon, Jul 4, 2016 at 10:46 PM, Maria wrote: > >> >> I did it! "KrbException: Clock skew too great (37) - PROCESS_TGS" means >> my windows clock is not synchronized with the kerberos server clock. >> A

hive udaf duplicate result when merge

2016-07-05 Thread Keyi Liu
Hi, I need to create hive udaf and control number of mapper launch for it. The hive udaf works fine, it just read row from file , store in a arraylist , then pass it to merge method in reducer. However, in order to control number of mapper for it, I create customer inputformat class which ret