<?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: libkudu_client.so.0: cannot open shared object file: No such file or directory in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357880#M237693</link>
    <description>&lt;P&gt;hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96124"&gt;@Samanta001&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately pyspark has no interaction with kudu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to interact with kudu (create, insert, delete) only works with scala or java api&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for that you should use spark-shell&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 12:39:11 GMT</pubDate>
    <dc:creator>cloudera_sso</dc:creator>
    <dc:date>2022-11-17T12:39:11Z</dc:date>
    <item>
      <title>libkudu_client.so.0: cannot open shared object file: No such file or directory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357215#M237508</link>
      <description>&lt;P&gt;hello cloudera community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are trying to use pyspark to interact with kudu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were able to successfully execute the command below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;import kudu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when running the command below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from kudu.client import Partitioning&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ImportError: libkudu_client.so.0: cannot open shared object file: No such file or directory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: we are using cdp, cdh 7.1.7 and cm 7.6.1&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 16:51:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357215#M237508</guid>
      <dc:creator>cloudera_sso</dc:creator>
      <dc:date>2022-11-08T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: libkudu_client.so.0: cannot open shared object file: No such file or directory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357866#M237687</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the VERSION CDP 7.1.7 we have to download the KUDU python client&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please follow the below document to get help&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/kudu-development/topics/kudu-python-client.html" target="_blank" rel="noopener"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/kudu-development/topics/kudu-python-client.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the client not found we can use&amp;nbsp; 7.1.6 client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/kudu-development/topics/kudu-python-client.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/kudu-development/topics/kudu-python-client.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm if we are getting the same error after the installation of kudu python client&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 10:55:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357866#M237687</guid>
      <dc:creator>Samanta001</dc:creator>
      <dc:date>2022-11-17T10:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: libkudu_client.so.0: cannot open shared object file: No such file or directory</title>
      <link>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357880#M237693</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96124"&gt;@Samanta001&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately pyspark has no interaction with kudu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to interact with kudu (create, insert, delete) only works with scala or java api&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for that you should use spark-shell&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 12:39:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/libkudu-client-so-0-cannot-open-shared-object-file-No-such/m-p/357880#M237693</guid>
      <dc:creator>cloudera_sso</dc:creator>
      <dc:date>2022-11-17T12:39:11Z</dc:date>
    </item>
  </channel>
</rss>

