I don’t believe the binary should need changing at all unless you need
enhancements from recent commits. It should just be setting up the UI and
configuring Tez for using YARN Timeline.
The instructions that you can follow:
http://tez.apache.org/tez-ui.html
http://tez.apache.org/tez_yarn_ti
The .dot file is generated into the Tez Application Master’s container log dir.
Firstly, you need to figure out the yarn application in which the query/Tez DAG
ran. Once you have the applicationId, you can use one of these 2 approaches:
1) Go to the YARN ResourceManager UI, find the application
From a Tez perspective, there was a major compatibility change between Tez 0.4
and Tez 0.5. However, Tez-0.7.x and Tez-0.6.x are compatible with Tez-0.5.x.
I believe Hive 0.13 is compatible only with Tez 0.4.
For Hive 0.14 onwards ( including the Hive-1.x. releases ), they should work
with any
Move to user@hive. BCC’ed user@tez.
— Hitesh
On Jun 30, 2015, at 1:44 AM, patcharee wrote:
> Hi,
>
> I am using hive 0.14 + tez 0.5. It fails to alter table concatenate
> occasionally (see the exception below). It is strange that it fails from time
> to time not predictable. However, it wor
Unless you can pinpoint the problem to something Tez specific, hive-specific
questions might be better off being asked on user@hive initially as there is a
larger group there that understands Hive as compared to the Tez community.
FWIW, TezTask error 1 means “something in the Hive layer using T
BCC’ed user@tez.
This question belongs to either the hive user list or the Hortonworks user
forums.
thanks
— Hitesh
On Dec 2, 2014, at 1:28 PM, Pala M Muthaia wrote:
> Hi,
>
> I am trying to get Tez sessions enabled with HS2. I start the HiveServer2
> instance with the flag "-hiveconf hive
Re-sending again.
> BCC’ing dev@tez.
>
> Re-directing to hive list.
>
> @Azury Yu, would you mind providing the query details to the hive folks.
> Seems like an issue in the DAG plan generation in Hive.
>
> thanks
> ― Hitesh
>
> On May 10, 2014, at 8:26 PM, AzuryYu wrote:
>
>> Hi,
>>
>>