Fwd: Over writing files

2015-09-11 Thread Raajay
Hi, How do I go about renaming the output directory for different runs of the DAG generated through hive? - Raajay Begin forwarded message: > From: Hitesh Shah > Date: September 11, 2015 at 3:22:25 PM CDT > To: u...@tez.apache.org > Subject: Re: Over writing files &

Re: CBO - get cost of the plan

2015-08-24 Thread Raajay
he analyze commands, I find that CBO optimization is ignored as expected. Perhaps I am missing some configuration. I print out the calcite optimized plans, using the "RelOptUtil.toString()" helper on "calciteOptimizedPlan" at the end of "apply" function in C

CBO - get cost of the plan

2015-08-24 Thread Raajay
cumulative cost = {0}, id = 47 The number of rows as displayed here is 1.0, which is clearly not the correct value. - Raajay.

CBO - VolcanoPlanner vs HepPlanner

2015-08-11 Thread Raajay
e best operator tree. Is this done for performance reasons only ? Are both these planner inter-changeable for applying CBO to hive queries ? Thanks Raajay

Hive CBO - Calcite interfaces

2015-08-10 Thread Raajay Viswanathan
(read Operator trees) with cost lesser than a threshold. 2. Is there an interface for Hive to get the absolute cost (based on Hive Cost Factory) of a operator tree returned by Calcite ? Thanks, Raajay

Hive CBO - Calcite Interface

2015-08-10 Thread Raajay
(read Operator trees) with cost lesser than a threshold. 2. Is there an interface for Hive to get the absolute cost (based on Hive Cost Factory) of a operator tree returned by Calcite ? Thanks, Raajay

HIVE 11413 - Failed Regression test

2015-07-31 Thread Raajay Viswanathan
I just started contributing to Hive :) ) The failed test case was: org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish.testPartitionPublish and the error was a timeout exception. What should be my next steps ? Wait for the next regression build results ? Thanks Raajay

HIVE 11413 - Failed Regression test

2015-07-31 Thread Raajay
I just started contributing to Hive :) The failed test case was: org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish.testPartitionPublish and the error was a timeout exception. What should be my next steps ? Wait for the next regression build results ? Thanks Raajay

[jira] [Created] (HIVE-11413) Error in detecting availability of HiveSemanticAnalyzerHooks

2015-07-30 Thread Raajay Viswanathan (JIRA)
Raajay Viswanathan created HIVE-11413: - Summary: Error in detecting availability of HiveSemanticAnalyzerHooks Key: HIVE-11413 URL: https://issues.apache.org/jira/browse/HIVE-11413 Project: Hive