<?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: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166435#M45383</link>
    <description>&lt;P&gt;I did some testing and was able to verify that this is broken in 0.9.0, 0.9.3, and the tip of the development branch. I filed &lt;A href="https://issues.apache.org/jira/browse/THRIFT-3966" target="_blank"&gt;https://issues.apache.org/jira/browse/THRIFT-3966&lt;/A&gt; if you care to watch that.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2016 03:52:16 GMT</pubDate>
    <dc:creator>elserj</dc:creator>
    <dc:date>2016-11-10T03:52:16Z</dc:date>
    <item>
      <title>Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166430#M45378</link>
      <description>&lt;P&gt;In AWS/Ubuntu14 with Python 2.7.6, using Ambari 2.2.2.0 (HDP 2.4.2.0-258), which contains HBASE 1.1.2.2.4.2.0-258.&lt;/P&gt;&lt;P&gt;Updating a python client developed for an earlier version of HBase (0.94.6.1).&lt;/P&gt;&lt;P&gt;Trying to use Thrift 0.9.0 to gen py code -- neither hbase1.thrift or hbase2.thrift generate the expected 'gen-py' directories (or anything) for python:&lt;/P&gt;&lt;P&gt;hadoop1:/usr/hdp/2.4.2.0-258/hbase/include/thrift$ thrift -verbose --gen py /usr/hdp/2.4.2.0-258/hbase/include/thrift/hbase2.thrift Scanning /usr/hdp/2.4.2.0-258/hbase/include/thrift/hbase2.thrift for includes Parsing /usr/hdp/2.4.2.0-258/hbase/include/thrift/hbase2.thrift for types Program: /usr/hdp/2.4.2.0-258/hbase/include/thrift/hbase2.thrift Generating "py"&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 07:34:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166430#M45378</guid>
      <dc:creator>jchambers</dc:creator>
      <dc:date>2016-11-05T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166431#M45379</link>
      <description>&lt;P&gt;Does your "hadoop1" user have the permission to create a directory in "/usr/hdp/2.4.2.0-258/hbase/include/thrift"? Can you try switching to a directory which is writable by your user and re-run the command?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 04:06:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166431#M45379</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-11-07T04:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166432#M45380</link>
      <description>&lt;P&gt;Thank you Josh!  That was it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 07:55:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166432#M45380</guid>
      <dc:creator>jchambers</dc:creator>
      <dc:date>2016-11-07T07:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166433#M45381</link>
      <description>&lt;P&gt;This does sound like a bug in Apache Thrift, btw. I was able to 
reproduce this locally with a 0.9.0. I'm wondering if it also happens 
with the latest in the 0.9.x line.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 23:23:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166433#M45381</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-11-07T23:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166434#M45382</link>
      <description>&lt;P&gt;Yes, Apache Thrift really needs to emit a useful error msg in the above scenario.  &lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 03:57:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166434#M45382</guid>
      <dc:creator>jchambers</dc:creator>
      <dc:date>2016-11-08T03:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166435#M45383</link>
      <description>&lt;P&gt;I did some testing and was able to verify that this is broken in 0.9.0, 0.9.3, and the tip of the development branch. I filed &lt;A href="https://issues.apache.org/jira/browse/THRIFT-3966" target="_blank"&gt;https://issues.apache.org/jira/browse/THRIFT-3966&lt;/A&gt; if you care to watch that.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 03:52:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166435#M45383</guid>
      <dc:creator>elserj</dc:creator>
      <dc:date>2016-11-10T03:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase 1.1.2 + Thrift 0.9.0 not generating python code on ubuntu 14</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166436#M45384</link>
      <description>&lt;P&gt;Thank you!  Will watch.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:30:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-1-1-2-Thrift-0-9-0-not-generating-python-code-on/m-p/166436#M45384</guid>
      <dc:creator>jchambers</dc:creator>
      <dc:date>2016-11-11T08:30:21Z</dc:date>
    </item>
  </channel>
</rss>

