Re: Hive join does not execute

2012-05-20 Thread Mahsa Mofidpoor
Thanx a lot. It worked! On Thu, May 10, 2012 at 1:14 PM, shashwat shriparv < dwivedishash...@gmail.com> wrote: > > Some suggestion : > > > > > 1. Chown of the hive folder > 2. change permission of hive folder to 755 > 3. Set this to hive-site.xml > > > > hive.exec.scratchdir > /home/your

Re: Hive join does not execute

2012-05-10 Thread shashwat shriparv
Some suggestion : 1. Chown of the hive folder 2. change permission of hive folder to 755 3. Set this to hive-site.xml hive.exec.scratchdir /home/yourusername/mydir Scratch space for Hive jobs 3. put hadoop-0.20-core.jar hive/lib/hive-exec-0.7.1.jar hive/lib/hive-jdbc-0.7.1.j

Re: Hive join does not execute

2012-05-10 Thread kulkarni.swar...@gmail.com
It looks more like a permissions problem to me. Just make sure that whatever directories hadoop is writing to are owned by hadoop itself. Also it looks a little weird to me that it is using the "RawLocalFileSystem" instead of the "DistributedFileSystem". You might want to look at "fs.default.name"