Re: Hive on Tez vs Impala

2019-04-15 Thread Manoj Murumkar
If we install our own build of Hive, we'll be out of support from CDH. Tez is not supported anyway and we're not touching any CDH bits, so it's not a big issue to have our own build of Tez engine. > On Apr 15, 2019, at 9:20 PM, Gopal Vijayaraghavan wrote: > > > Hi, > >>> However, we have bu

Re: Hive on Tez vs Impala

2019-04-15 Thread Manoj Murumkar
No, not yet. However, we have built Tez on CDH and it runs just fine. Following blog summarizes part of the work (bit old, we currently run Tez 0.9.1 on CDH 5.16.1). https://blog.upala.com/2017/03/04/setting-up-tez-on-cdh-cluster/ Blog says use ATS from open source hadoop, which will not work if

Fwd: Enabling Tez-UI on CDH 5.8

2017-02-21 Thread Manoj Murumkar
Trying hive user group. Has anyone set Tez UI on CDH? If yes, what were the steps? Appreciate any help. -- Forwarded message -- From: Manoj Murumkar Date: Thu, Feb 16, 2017 at 12:02 PM Subject: Enabling Tez-UI on CDH 5.8 To: u...@tez.apache.org Hi, Wondering if anyone has

Re: Hive transactions not working

2016-11-16 Thread Manoj Murumkar
By default, I have these: hadoop.proxyuser.hive.hosts=* hadoop.proxyuser.hive.groups=* Also, I have impersonation enabled. These settings should have made the compaction to run without issues, but does not. What am I missing? On Wed, Nov 16, 2016 at 6:00 PM, Manoj Murumkar wrote: > Okay, m

Re: Hive transactions not working

2016-11-16 Thread Manoj Murumkar
op (e.g., for Hadoop 2.5.1 it is at Hadoop in Secure Mode <http://hadoop.apache.org/docs/r2.5.1/hadoop-project-dist/hadoop-common/SecureMode.html> ). On Wed, Nov 16, 2016 at 5:43 PM, Manoj Murumkar

Re: Hive transactions not working

2016-11-16 Thread Manoj Murumkar
| +---+--+++-+---++--+ However, I don't see cleaner actually run in hive logs (I am looking for a string like "compactor.Cleaner"). On Wed, Nov 16, 2016 at 5:30 PM, Manoj Murumkar wrote: > Quick update: > > After each compaction, files under base directory (for th

Re: Hive transactions not working

2016-11-16 Thread Manoj Murumkar
oblem. Am I understanding this feature correctly in assuming so? On Wed, Nov 16, 2016 at 5:24 PM, Manoj Murumkar wrote: > Hi, > > We are trying to implement transaction feature in hive. I created >

Hive transactions not working

2016-11-16 Thread Manoj Murumkar
Hi, We are trying to implement transaction feature in hive. I created following table: ++--+ | createtab_stmt | +

Re: mapreduce.job.queuename doesn't work with hiveserver2

2016-11-10 Thread Manoj Murumkar
Chen, I am facing the same issue. Did you find a workaround? On Fri, Oct 10, 2014 at 11:51 AM, Chen Song wrote: > Thanks for the reply. I am using Hue so I may need to find a way to hack > this into Hue. > > On Fri, Oct 10, 2014 at 7:39 AM, Navdeep Agrawal < > navdeep_agra...@symantec.com> wrot