Re: Hive WebHcat Usage

2017-04-10 Thread Vimal Sharma
Hi Lefty, Never mind. The M-R jobs were stuck due to a Tez configuration issue. I am now able to see the job output in the specified directory. Thanks Vimal From: default mailto:visha...@hortonworks.com>> Date: Monday, April 10, 2017 at 4:28 PM To: Lefty Leverenz mailto:le...@hortonworks.com>> Cc

Hive WebHcat Usage

2017-04-10 Thread Vimal Sharma
Hi Lefty, I was using the documentation (https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Hive) created by you to execute Hive queries using WebHcat REST API. Below is the CURL call which I am using to execute the query: curl -s -d execute="desc + tpcds_bin_partitioned_orc_10

[jira] [Created] (HIVE-14706) Lineage information not set properly

2016-09-06 Thread Vimal Sharma (JIRA)
Vimal Sharma created HIVE-14706: --- Summary: Lineage information not set properly Key: HIVE-14706 URL: https://issues.apache.org/jira/browse/HIVE-14706 Project: Hive Issue Type: Bug

Re: Column lineage not set in HiveHook

2016-09-06 Thread Vimal Sharma
ull in source column of a dependency. Thanks Vimal On 9/6/16, 1:14 PM, "Vimal Sharma" wrote: >Hi all, >I am trying to access the column lineage information from Hive Hook. >I am getting the lineage information from HookContext : > >lInfo = hookContext.getLinfo() >

Column lineage not set in HiveHook

2016-09-06 Thread Vimal Sharma
Hi all, I am trying to access the column lineage information from Hive Hook. I am getting the lineage information from HookContext : lInfo = hookContext.getLinfo() But, when I try to access the Dependency in lInfo, it is null. Below is the sample code: for(Map.Entry e : lInfo.entrySe