> 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
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
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
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