Tez Hive Job failing during initialization

2015-01-15 Thread peterm_second
Hi Guys, I am running a docker based hadoop cluster, with hive 0.14 and tez 0.6 I've had successfully managed to make my setup work before, I've increased the input data to my jobs and now I get this exception : 2015-01-15 14:56:32,872 ERROR [HistoryEventHandlingThread]

JDBX Web based sql viewers

2014-12-11 Thread peterm_second
Hi Guys, Do you know of any web based jdbc enabled sql viewers ? Peter

Re: Start hiveserver2 as a daemon

2014-12-09 Thread peterm_second
, Peter On 5.12.2014 20:42, Daniel Haviv wrote: Try using screen Daniel On 5 בדצמ׳ 2014, at 19:08, peterm_second regest...@gmail.com mailto:regest...@gmail.com wrote: yes, I've tried nohup , even sh -c . works but after the first call get's executed in the background I get the message you

Start hiveserver2 as a daemon

2014-12-05 Thread peterm_second
Hi Guys, How can I launch the Hiveserver2 as a daemon. I am launching the hiverserv2 using sshpass and I can't detach hiveserver2 from my terminal. Is there a way to deamonise the hiveserver2 ? I've also tried using but it's not working either, any thoughts ? Regards, Peter

Re: Start hiveserver2 as a daemon

2014-12-05 Thread peterm_second
: Have you tried nohup ? Le 5 déc. 2014 15:25, peterm_second regest...@gmail.com mailto:regest...@gmail.com a écrit : Hi Guys, How can I launch the Hiveserver2 as a daemon. I am launching the hiverserv2 using sshpass and I can't detach hiveserver2 from my terminal. Is there a way

Hive on Tez Error

2014-11-21 Thread peterm_second
Hi Guys, I am trying to enable tez on my hiveserver2 but everytime I get this error Exception in thread main java.lang.RuntimeException: java.io.IOException: Previous writer likely failed to write

Hive and Hbase types

2014-11-14 Thread peterm_second
Hi Guys, I am trying to to map Hbase table to a Hive table ( an external table). I am using a hive create statement to create the hbase tables. That works, I was wondering how does HiveSQL types relate to Hbase types? I mean how does one go about translate Hbase long to Hive SQL type. I am

Submit Hive MR jobs to a remote Hadoop cluster

2014-11-11 Thread peterm_second
Hi guys, I am struggling a bit to make Hive submit it's MR jobs to a remote Hadoop cluster. According to the documentation that should be possible but it seems that's not really the case, at least not when we are talking about Hadoop 2. I am trying to connect Hive 0.13 to Hadoop 2.4.0. Please

Can Hive with Hbase perform with cube statement

2014-11-06 Thread peterm_second
Hi guys, I am trying to integrate Hive with HBase and perform a with cube statement. I just want to know how much of the native Hive sql like syntax is actually supported when Hbase tables are used ? I am still trying to programmatically integrate the Hbase tables, if anyone has a success with