Re: Map side join and Serde jar in distributed cache missing

2012-09-24 Thread Aniket Mokashi
Just a guess- Put your jar on hadoop classpath. On Mon, Sep 24, 2012 at 5:45 PM, Abhishek Pratap Singh wrote: > i m using hive-0.7.1 > > > On Mon, Sep 24, 2012 at 5:10 PM, Edward Capriolo wrote: > >> I have noticed this as well with hive 0.7.0. Not sure what CDH is >> based on but newer versions

Re: Map side join and Serde jar in distributed cache missing

2012-09-24 Thread Abhishek Pratap Singh
i m using hive-0.7.1 On Mon, Sep 24, 2012 at 5:10 PM, Edward Capriolo wrote: > I have noticed this as well with hive 0.7.0. Not sure what CDH is > based on but newer versions could suffer as well. What version of hive > do you have? > > On Mon, Sep 24, 2012 at 7:30 PM, Abhishek Pratap Singh > wr

Re: Map side join and Serde jar in distributed cache missing

2012-09-24 Thread Edward Capriolo
I have noticed this as well with hive 0.7.0. Not sure what CDH is based on but newer versions could suffer as well. What version of hive do you have? On Mon, Sep 24, 2012 at 7:30 PM, Abhishek Pratap Singh wrote: > Hi all, > > I have enabled automatic Map join for any table less than 50MB. This ta

Map side join and Serde jar in distributed cache missing

2012-09-24 Thread Abhishek Pratap Singh
Hi all, I have enabled automatic Map join for any table less than 50MB. This table needs a custom serde, which is added every time using add Jars(size of jar is 25KB) in hive. The problem is when hive performs map side join, classes in that serde jar is not loaded and class not found exception is

Re: Issue when trying to debug hive

2012-09-24 Thread Kasun Weranga
On Mon, Sep 24, 2012 at 9:50 AM, rohithsharma wrote: > Have you running hadoop component in debug mode..? > > > > This problem can occur if you have started Hadoop component in Debug mode > with same port. Change the port and try.. > I tried with different port, but it gives the same error, also