Re: Hive statistics

2016-12-21 Thread Robert Grandl
Hi guys, I am wondering. Is there any other mailing list for hive related questions? I feel there is not much activity on the user/dev hive mailing lists or at least not much support in answering my questions. Thanks,Robert On Tuesday, December 20, 2016 11:01 PM, Robert Grandl wrote

Re: Print actual key / value details in Hive

2016-12-07 Thread Robert Grandl
use a StructObjectInspector and iterate over every getStructFieldsDataAsList(obj) element. Is this the right way to do it? However, for the value I have no clue how to get it. Thanks,Robert On Monday, December 5, 2016 11:07 AM, Robert Grandl wrote: Hi guys, I am trying to trace the key / value de

Re: Trace Key-Value pairs

2016-12-06 Thread Robert Grandl
contents. This is just an example. ~Rajesh.B On Mon, Dec 5, 2016 at 5:43 AM, Robert Grandl wrote: Hi guys, I am running Hive atop Tez and run several TPC-DS / TPC-H queries. I am trying to print the Key/Value pairs received as input by each vertex and generated as output accordingly. However, look

Print actual key / value details in Hive

2016-12-05 Thread Robert Grandl
Hi guys, I am trying to trace the key / value details processed by each Operator or at least each stage in Hive. However, I have a hard time to do that, as key / values are serialized. Is there any way I can see the original key / value details? Thanks in advance,Robert

Re: Data manipulation in Hive over Tez

2016-12-02 Thread Robert Grandl
ibrary/src/main/java/org/apache/tez/runtime/library/common/readers/ UnorderedKVReader.java https://github.com/apache/tez/blob/master/tez-runtime- library/src/main/java/org/apache/tez/runtime/library/ common/ValuesIterator.java ~Rajesh.B On Sat, Nov 26, 2016 at 5:13 AM, Robert Grandl wrote: > H

Data manipulation in Hive over Tez

2016-11-28 Thread Robert Grandl
Hi guys, I am not sure where is the right place to post this question hence I send it to both hive and tez dev mailing lists. I am trying to get a better understanding of how the input / output for a task is handled.  Typically input stages read the data to be processed. Next, all the data wil