Re: Response from RM

2016-01-11 Thread Robert Grandl
p-yarn-project/hadoop-yarn/hadoop-yarn-client/src/main/java/org/apache/hadoop/yarn/client/api/async/impl/AMRMClientAsyncImpl.java Best Regard, Jeff Zhang From: Robert Grandl <rgra...@yahoo.com<mailto:rgra...@yahoo.com>> Reply-To: "u...@tez.apache.org<mailto

Data manipulation in Hive over Tez

2016-11-25 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

Re: Data manipulation in Hive over Tez

2016-12-01 Thread Robert Grandl
src/main/java/org/apache/tez/runtime/library/ common/ValuesIterator.java ~Rajesh.B On Sat, Nov 26, 2016 at 5:13 AM, Robert Grandl <rgra...@yahoo.com.invalid> wrote: > 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 li

Non blocking RPC service

2017-03-02 Thread Robert Grandl
Hi all, This might be a bit out of topic, but I don't know where to ask. I am trying to create a non blocking RPC service in Yarn and Tez. However, I observed that all the communication is blocking. I was trying to implement a non blocking service inheriting from .Interface instead of