Re: FileNotFoundException when using hive local mode execution style

2013-06-18 Thread Guillaume Allain
> On 18 June 2013 12:25, Nitin Pawar wrote: > look at the discussion on this thread >https://groups.google.com/a/cloudera.org/forum/?fromgroups=#!topic/cdh-user/gHVq9C5H6RE Thanks for that pointer, although not related to hive 'local-mode', I have set-up the following variables in order to "keep

Re: FileNotFoundException when using hive local mode execution style

2013-06-18 Thread Nitin Pawar
look at the discussion on this thread https://groups.google.com/a/cloudera.org/forum/?fromgroups=#!topic/cdh-user/gHVq9C5H6RE On Tue, Jun 18, 2013 at 4:44 PM, Guillaume Allain wrote: > Hi all, > > I plan to use hive local in order to speed-up unit testing on (very) > small data sets. (Data is

FileNotFoundException when using hive local mode execution style

2013-06-18 Thread Guillaume Allain
Hi all, I plan to use hive local in order to speed-up unit testing on (very) small data sets. (Data is still on hdfs). I switch the local mode by setting the following variables : SET hive.exec.mode.local.auto=true; SET mapred.local.dir=/user; SET mapred.tmp.dir=file:///tmp; (plus creating neede

Fwd: FileNotFoundException when using hive local mode execution style

2013-06-18 Thread Guillaume Allain
Hi all, I plan to use hive local in order to speed-up unit testing on (very) small data sets. (Data is still on hdfs). I switch the local mode by setting the following variables : SET hive.exec.mode.local.auto=true; SET mapred.local.dir=/user; SET mapred.tmp.dir=file:///tmp; (plus creating neede