<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: TezSessionManager - Exception while waiting for Tez client to be ready in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111792#M74640</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;  It made the call to tez uri. In your case, it cannot fine files related to tez.lib.uri&lt;/P&gt;&lt;P&gt;2016-01-25 11:33:01,324 [PigTezLauncher-0] INFO org.apache.tez.client.TezClientUtils - Using &lt;STRONG&gt;tez.lib.uris value from configuration: /hdp/apps/2.3.2.0-2950/tez/tez.tar.gz&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2016 20:28:54 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-25T20:28:54Z</dc:date>
    <item>
      <title>TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111782#M74630</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I'm following HDP Hello World tutorial. In Lab 3 when I execute the PIG script by checking "Execute on Tez" checkbox I got the following error. I think I have a configuration issue.&lt;/P&gt;&lt;P&gt;Have an idea?&lt;/P&gt;&lt;P&gt;I've attached the log file.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Özgür &lt;/P&gt;&lt;PRE&gt;[PigTezLauncher-0] ERROR org.apache.pig.backend.hadoop.executionengine.tez.TezSessionManager - Exception while waiting for Tez client to be ready &lt;/PRE&gt;
&lt;PRE&gt; org.apache.tez.dag.api.TezUncheckedException: Invalid configuration of tez jars, tez.lib.uris is not defined in the configuration &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.tez.client.TezClientUtils.setupTezJarsLocalResources(TezClientUtils.java:168) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.tez.client.TezClient.getTezJarResources(TezClient.java:841) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.tez.client.TezClient.start(TezClient.java:380) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.pig.backend.hadoop.executionengine.tez.TezSessionManager.createSession(TezSessionManager.java:96) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.pig.backend.hadoop.executionengine.tez.TezSessionManager.getClient(TezSessionManager.java:211) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.pig.backend.hadoop.executionengine.tez.TezJob.run(TezJob.java:158) &lt;/PRE&gt;
&lt;PRE&gt; 	at org.apache.pig.backend.hadoop.executionengine.tez.TezLauncher$1.run(TezLauncher.java:195) &lt;/PRE&gt;
&lt;PRE&gt; 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) &lt;/PRE&gt;
&lt;PRE&gt; 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) &lt;/PRE&gt;
&lt;PRE&gt; 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) &lt;/PRE&gt;
&lt;PRE&gt; 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) &lt;/PRE&gt;
&lt;PRE&gt; 	at java.lang.Thread.run(Thread.java:745) &lt;/PRE&gt;
&lt;PRE&gt; 2016-01-25 11:06:57,500 [PigTezLauncher-0] ERROR org.apache.pig.backend.hadoop.executionengine.tez.TezJob - Cannot submit DAG &lt;/PRE&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1523-tezerror.txt"&gt;tezerror.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:03:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111782#M74630</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T18:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111783#M74631</link>
      <description>&lt;P&gt;There are different possibilities. Normally this means the tez libraries are not present in HDFS. Are you using the sandbox? &lt;/P&gt;&lt;P&gt;You should check if the tez client is installed on your pig client, if the tez-site.xml contains the tez.lib.uris property and if the tez libraries are actually in HDFS and valid ( download them and untar to check )  /hdp/apps/&amp;lt;hdp_version&amp;gt;/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/ref-ffec9e6b-41f4-47de-b5cd-1403b4c4a7c8.1.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_installing_manually_book/content/ref-ffec9e6b-41f4-47de-b5cd-1403b4c4a7c8.1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 18:20:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111783#M74631</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-25T18:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111784#M74632</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No not sandbox, I have 6 node vm cluster, 3 data, 2 master and 1 ambari server. 2.3.4  is HDP version, 2.2 is Ambari version. &lt;/P&gt;&lt;P&gt;I have no error on Ambari, I have a TEZ 0.7.0.2.3.4.0-1310 instance.&lt;/P&gt;&lt;P&gt;I'll use hadoof fs -ls when checking right? if you can give a hint, it'll be great...&lt;/P&gt;&lt;P&gt;I'll check the link you sent.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:27:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111784#M74632</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T19:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111785#M74633</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;&lt;P&gt;Plesse see this&lt;/P&gt;&lt;P&gt;2016-01-25 11:33:01,324 [PigTezLauncher-0] INFO  org.apache.tez.client.TezClientUtils - Using tez.lib.uris value from configuration: /hdp/apps/2.3.2.0-2950/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1527-job-1453721160224-0004-logs.txt"&gt;job-1453721160224-0004-logs.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:34:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111785#M74633</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T19:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111786#M74634</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1528-screen-shot-2016-01-25-at-63551-am.png" style="width: 2244px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23246i4138E6410D25C09C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1528-screen-shot-2016-01-25-at-63551-am.png" alt="1528-screen-shot-2016-01-25-at-63551-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Make sure you have the above entry under Tez&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:18:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111786#M74634</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T11:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111787#M74635</link>
      <description>&lt;P&gt;wrote as an answer because of the character limit: &lt;/P&gt;&lt;P&gt;yes first go into ambari or perhaps better the OS and search for the tez.lib.uris property in the properties file&lt;/P&gt;&lt;P&gt;less /etc/tez/conf/tez-site.xml&lt;/P&gt;&lt;P&gt;You should find something like this:&lt;/P&gt;&lt;P&gt;     &amp;lt;value&amp;gt;/hdp/apps/${hdp.version}/tez/tez.tar.gz&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;if this is not available you may have a different problem. ( Tez client not installed some configuration issue)&lt;/P&gt;&lt;P&gt;You can then check if these files exist in HDFS with&lt;/P&gt;&lt;P&gt;hadoop fs -ls /hdp/apps/&lt;/P&gt;&lt;P&gt;find the version number for example 2.3.2.0-2950&lt;/P&gt;&lt;P&gt;[root@sandbox ~]# hadoop fs -ls /hdp/apps/2.3.2.0-2950/tez&lt;/P&gt;&lt;P&gt;Found 1 items&lt;/P&gt;&lt;P&gt;-r--r--r--   3 hdfs hadoop   56926645 2015-10-27 14:40 /hdp/apps/2.3.2.0-2950/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;You can check if this file is corrupted somehow with &lt;/P&gt;&lt;P&gt;hadoop fs -get /hdp/apps/2.3.2.0-2950/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;You can then try to untar it to see if that works. &lt;/P&gt;&lt;P&gt;If the file doesn't exist in HDFS you can find it in the installation directory of HDP (/usr/hdp/2.3.2.0-2950/tez/lib/tez.tar.gz on the local filesystem ) You could then put it into hdfs&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:36:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111787#M74635</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-01-25T19:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111788#M74636</link>
      <description>&lt;P&gt;location /usr/hdp/2.3.4.0-3276/tez/lib/tez.tar.gz&lt;/P&gt;&lt;P&gt;[root@phdns02 conf]# hdfs dfs -ls /hdp/apps/2.3.4.0-3276/tez&lt;/P&gt;&lt;P&gt;Found 1 items&lt;/P&gt;&lt;P&gt;-r--r--r--   1 hdfs hadoop   58357866 2015-11-19 11:36 /hdp/apps/2.3.4.0-3276/tez/tez.tar.gz&lt;/P&gt;&lt;P&gt;[root@phdns02 conf]# &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:38:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111788#M74636</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T19:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111789#M74637</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1529-ssh-tez.png"&gt;ssh-tez.&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1529-ssh-tez.png"&gt;png&lt;/A&gt; I get the tar, and untar it without an error.&lt;/P&gt;&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/questions/11525/tezsessionmanager-exception-while-waiting-for-tez.html#"&gt;@Neeraj Sabharwal&lt;/A&gt; I have that setting.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1529-ssh-tez.png"&gt;&lt;/A&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/1530-tez-ok.png"&gt;tez-ok.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:52:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111789#M74637</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111790#M74638</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;  Did you see the job log that I attached? &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 20:06:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111790#M74638</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T20:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111791#M74639</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;I've checked, but I didnot understand ;), &lt;/P&gt;&lt;P&gt;It's a successful job log for your cluster I think...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 20:22:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111791#M74639</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T20:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111792#M74640</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;  It made the call to tez uri. In your case, it cannot fine files related to tez.lib.uri&lt;/P&gt;&lt;P&gt;2016-01-25 11:33:01,324 [PigTezLauncher-0] INFO org.apache.tez.client.TezClientUtils - Using &lt;STRONG&gt;tez.lib.uris value from configuration: /hdp/apps/2.3.2.0-2950/tez/tez.tar.gz&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 20:28:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111792#M74640</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T20:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111793#M74641</link>
      <description>&lt;P&gt;That's ok, but I've sent images, as you can see there files exist. &lt;/P&gt;&lt;P&gt;Thanks anyway...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 20:35:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111793#M74641</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T20:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111794#M74642</link>
      <description>&lt;P&gt;The last row gives the error, If it's commented out, no error.&lt;/P&gt;&lt;P&gt;It must be about hive configuration. I'm using mysql jdbc jars. I'll check for it...&lt;/P&gt;&lt;P&gt;a = LOAD 'geolocation' using org.apache.hive.hcatalog.pig.HCatLoader(); &lt;/P&gt;&lt;P&gt;b = filter a by event != 'normal';&lt;/P&gt;&lt;P&gt;c = foreach b generate driverid, event, (int) '1' as occurance;&lt;/P&gt;&lt;P&gt;d = group c by driverid;&lt;/P&gt;&lt;P&gt;e = foreach d generate group as driverid, SUM(c.occurance) as t_occ;&lt;/P&gt;&lt;P&gt;g = LOAD 'drivermileage' using org.apache.hive.hcatalog.pig.HCatLoader();&lt;/P&gt;&lt;P&gt;h = join e by driverid, g by driverid;
final_data = foreach h generate $0 as driverid, $1 as events, $3 as totmiles, (float) $3/$1 as riskfactor; &lt;/P&gt;&lt;P&gt;/*store final_data into 'riskfactor' using org.apache.hive.hcatalog.pig.HCatStorer();*/&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:03:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111794#M74642</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T23:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111795#M74643</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;  I am following this&lt;A target="_blank" href="http://hortonworks.com/hadoop-tutorial/faster-pig-tez/"&gt; http://hortonworks.com/hadoop-tutorial/faster-pig-tez/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:07:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111795#M74643</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-25T23:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111796#M74644</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this is mine, I'll check yours. Thanks. &lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#section_5" target="_blank"&gt;http://hortonworks.com/hadoop-tutorial/hello-world-an-introduction-to-hadoop-hcatalog-hive-and-pig/#section_5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:16:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111796#M74644</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T23:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111797#M74645</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt;&lt;P&gt;you're saving a relation riskfactor and then you're trying to store final_data into it. Riskfactor is already used. Try giving the output a new name.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:19:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111797#M74645</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-25T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111798#M74646</link>
      <description>&lt;P&gt;The pig script is from helloworld tutorial indeed,just copied and pasted. The first one is a column name, the second is an orc table i created in hive. But i'll change the values and try. Hope its the reason. Thanks &lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; &lt;/P&gt;&lt;P&gt;But tomorrow ;( &lt;/P&gt;&lt;P&gt;also tried to out to an hdfs file. Same error.&lt;/P&gt;&lt;P&gt;u may be right ;)ihope&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:33:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111798#M74646</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-25T23:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111799#M74647</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1647/oakdemirci.html" nodeid="1647"&gt;@Özgür Akdemirci&lt;/A&gt; there are a lot of comments on the tutorial similar to your issues. I'm actually wrong and leading you on a wrong path. Try to read the comments under the tutorial, did you try to run with -useHCatalog? It is case sensitive.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 23:39:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111799#M74647</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-25T23:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111800#M74648</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; I've already tried -useHCatalog. I'll read other comments, hope thereis a solution. there were 2 pig clients 3 tez clients on my servers, i installed one more pig client. But that did not solve either. I read a bug fix about that.&lt;/P&gt;&lt;P&gt;. Thanks..&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 00:59:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111800#M74648</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-26T00:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: TezSessionManager - Exception while waiting for Tez client to be ready</title>
      <link>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111801#M74649</link>
      <description>&lt;P&gt;Hi guys, have a great day,&lt;/P&gt;&lt;P&gt;Is there any place on ambari, that I can check environment variables like PIG_CLASSPATH, CLASSPATH etc, do they exist?&lt;/P&gt;&lt;P&gt;I validate my pig installation by this &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/validate_the_installation_pig.html"&gt;Pig validation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and tez by &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/ref-1a378094-a4fb-4348-bd9e-2eebf68c2e1e.1.html"&gt;tez validation&lt;/A&gt; both are ok, when checked alone they are working. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but my pig script does not work on tez, After reading &lt;A href="http://pig.apache.org/docs/r0.14.0/start.html#Running+the+Pig+Scripts+in+Mapreduce+Mode+or+Tez+Mode"&gt;Pig on Tez Mode&lt;/A&gt; link I come to this point, check these environment variables.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/393/aervits.html"&gt;@Artem Ervits&lt;/A&gt; I read the comments, they are different than mine... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 16:29:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/TezSessionManager-Exception-while-waiting-for-Tez-client-to/m-p/111801#M74649</guid>
      <dc:creator>oakdemirci</dc:creator>
      <dc:date>2016-01-26T16:29:17Z</dc:date>
    </item>
  </channel>
</rss>

