RE: Get the job id for a hive query

2013-02-27 Thread Todd Wilson
Hello everyone: I’m confused on how to alias a column. Using Hive .9. I’m running the below sql to try to query an index table and I’m getting the following error. SELECT customer_number , _bucketname , _offsets FROM default.default__customer_table_idx_customer_table__ ;

Get the job id for a hive query

2013-02-27 Thread Tim Bittersohl
Hi, has the Hive client the possibility to give back the job id of the job created when running a query? I need that for tracking. Greetings Tim Bittersohl Software Engineer http://www.innoplexia.de/ci/logo/inno_logo_links%20200x80.png Innoplexia GmbH Mannheimer Str. 175 69123 H

map only job returns empty file and union all

2013-02-27 Thread Guy Doulberg
Hi guys I have an issue with union all empty files and map-only job I have a union all with two queries on of the quires is a simple select (no reducers) on a partitioned table that returns 101 files, the last file is empty... When the next step of the union all is executed the job fails b