Hi

Can you make sure the following configs are set and appropriately pointing to 
your corresponding local directories?

set hive.user.install.directory=file:///tmp;
set fs.default.name=file:///;
set fs.defaultFS=file:///;
set tez.staging-dir=/tmp;
set tez.ignore.lib.uris=true;
set tez.runtime.optimize.local.fetch=true;
set tez.local.mode=true;
set hive.execution.engine=tez;

Thanks
Prasanth

> On Aug 7, 2015, at 1:06 PM, Raajay <[email protected]> wrote:
> 
> I have been running Hive queries on a single node (no HDFS). I realize that 
> the queries get compiled as map-reduce jobs and not as TEZ jobs even though 
> "hive.execution.engine=tez" is set.
> 
> Is that expected ? If yes, what is the ideal environment for debugging hive 
> on tez?
> 
> Raajay

Reply via email to