Thank you ~ I will try
[email protected] ???????? Hitesh Shah ?????????? 2015-04-29 08:59 ???????? user ?????? Re: Tez taskcount log visualization I think Gopal and/or Prakash had use a simple proxying script that could be used to get around the CORS issue. @Gopal/@Prakash ? As for Ambari, Ambari supports something called ??standalone-mode??. You can install the Ambari rpm, bring up the ambari server UI ( skip the install cluster and just go to manage views ) and instantiate the Tez view by configuring it to point the correct locations for the RM and Timeline Server. This does *not* require you to setup the cluster using Ambari. http://docs.hortonworks.com/HDPDocuments/Ambari-2.0.0.0/Ambari_Doc_Suite/ADS_v200.html#ref-f55d25db-a3c2-4186-9946-7b32b651296c for more details on setting up the Tez view. thanks ?? Hitesh On Apr 28, 2015, at 5:47 PM, [email protected] wrote: > > I should install Ambari first? My cluster is cdh... > [email protected] > > ???????? Sreenath Somarajapuram > ?????????? 2015-04-28 18:29 > ???????? user > ?????? Re: ????: ????: Tez taskcount log visualization > As mentioned by Prakash, CORS handling is not supported in 2.5. Guess you > might be able to get the UI working through Ambari. > TEZ View for Ambari can be found at > https://github.com/apache/ambari/tree/trunk/contrib/views/tez. > -Sreenath > > From: "[email protected]" <[email protected]> > Reply-To: user <[email protected]> > Date: Tuesday, April 28, 2015 at 3:14 PM > To: user <[email protected]> > Subject: ????: ????: Tez taskcount log visualization > > yarn.timeline-service.http-cross-origin.enabled Hadoop 2.5.0 not > support..... > > [email protected] > > ???????? [email protected] > ?????????? 2015-04-28 16:27 > ???????? user > ?????? ????: Re: Tez taskcount log visualization > I found tez UI cross domain problem. How to fix it? > XMLHttpRequest cannot load > > > http://192.168.117.117:8188/ws/v1/timeline/TEZ_DAG_ID?limit=11 > . No 'Access-Control-Allow-Origin' header is present on the requested > resource. Origin 'http://192.168.117.117:1111 > ' > is therefore not allowed access. > > > > [email protected] > > ???????? [email protected] > ?????????? 2015-04-28 11:06 > ???????? user > ?????? Re: Re: Tez taskcount log visualization > I setup UI using the tez 6.0 build with the UI configured to point to the > ATS server. > My hadoop version is hadoop 2.5.0 and Tez is 0.53. > I try http://192.168.117.117:8288/ws/v1/timeline/TEZ_DAG_ID?limit=11 will > retrun result ; > But Tez UI always display . > <54AA3VC(8~{WI`O`(04-29-08-47-14).png> > > [email protected] > > From: Hitesh Shah > Date: 2015-04-27 23:19 > To: user > Subject: Re: Tez taskcount log visualization > As a general point for other users, although this is not fully supported, you > can try running 0.5.3 with the ATS history logging enabled and then setup the > UI using the 0.6 build with the UI configured to point to the ATS server. > Almost all of the required data published to ATS should be in the 0.5 branch > so the UI should likely work for the most part. > > Unfortunately, in your case, you are running hadoop-2.3 and timeline/ATS > support was introduced in hadoop 2.4 so the above will not work for you. > > thanks > ?? Hitesh > > On Apr 27, 2015, at 2:50 AM, [email protected] wrote: > > > Thank you! Ummm....Firstlly , I should upgrade my hadoop2.3.0 cluster to > > hadoop 2.6.0 and hive 1.1.0 to use tez 0.60...... But hive docs say > > support tez0.52.... > > > > [email protected] > > > > From: Rajesh Balamohan > > Date: 2015-04-27 14:28 > > To: user > > Subject: Re: Tez taskcount log visualization > > Significant amount of effort has gone in building Tez-UI which is part of > > tez-0.6. If you could make use tez-0.6, you can view DAG, Task, Task > > Attempt level counters in Tez-UI itself. Tez-UI is very helpful for admin, > > dev, perf as well. > > > > Tez UI relies on ATS data; You might want to setup ATS serve > > (http://tez.apache.org/tez-ui.html) > > > > ~Rajesh.B > > > > On Mon, Apr 27, 2015 at 11:16 AM, [email protected] <[email protected]> > > wrote: > > > > Is there a tool can visualize the task count log? Tez UI ??But my > > enviroment is hadoop2.3 hive 1.1.0 tez 0.53. > > [email protected] > > > > > > > > -- > > ~Rajesh.B
