<?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: Apache kudu in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76948#M80483</link>
    <description>&lt;P&gt;The only way I know of to do&amp;nbsp;complex queries through Java&amp;nbsp;is to use the Impala JDBC connector, which you can find here:&amp;nbsp;&lt;A href="https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-3.html" target="_blank"&gt;https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-3.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 22:17:36 GMT</pubDate>
    <dc:creator>mpercy</dc:creator>
    <dc:date>2018-07-13T22:17:36Z</dc:date>
    <item>
      <title>Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69813#M80476</link>
      <description>&lt;P&gt;I have a kudu table with more than a million records, i have been asked to do some query performance test through both impala-shell and also java. Through impala-shell i am able to perform all the queries and it gives me the timestamp through which i get to know the time taken for running the query,but whne it comes to perfrom queries using java api kudu,is it possible if i can perform join query operation using java api kudu and benchmark the logs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:26:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69813#M80476</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2022-09-16T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69815#M80477</link>
      <description>&lt;P&gt;I moved this from the Cloudera Manager message board to the correct board, but it appears this is a duplicate of&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Apache-kudu/m-p/69597#M4670" target="_blank"&gt;http://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Apache-kudu/m-p/69597#M4670&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:55:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69815#M80477</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-07-10T20:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69817#M80478</link>
      <description>&lt;P&gt;OOPS... I scanned the post earlier and made the mistake of thinking it was a duplicate!&lt;/P&gt;&lt;P&gt;My bad... I moved this to the right place, though, so the Kudu foks can have a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:57:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69817#M80478</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2018-07-10T20:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69820#M80479</link>
      <description>&lt;P&gt;Hi HJ,&lt;/P&gt;&lt;P&gt;It is not possible to do a join using the native Kudu NoSQL API. You will need to use SQL with Impala or Spark SQL, or using the Spark data frame APIs to do the join.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 21:54:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/69820#M80479</guid>
      <dc:creator>mpercy</dc:creator>
      <dc:date>2018-07-10T21:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/71240#M80480</link>
      <description>&lt;P&gt;I would like to run the queries and benchmark them using java, hows can i do that&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 12:39:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/71240#M80480</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2018-07-12T12:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/71767#M80481</link>
      <description>&lt;P&gt;Kudu is only a storage engine. If you want sophisticated query processing capabilities, you have to use a query engine on top of Kudu that has an integration. Mainly that would be Impala or Spark. You can use JDBC or Spark APIs to access those systems from Java.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is how to use Impala with Kudu:&amp;nbsp;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-14-x/topics/kudu_impala.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/5-14-x/topics/kudu_impala.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a blog article showing how to use Spark with Kudu in Java:&amp;nbsp;&lt;A href="https://blog.cloudera.com/blog/2017/02/up-and-running-with-apache-spark-on-apache-kudu/" target="_blank"&gt;https://blog.cloudera.com/blog/2017/02/up-and-running-with-apache-spark-on-apache-kudu/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that answer your question?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 16:32:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/71767#M80481</guid>
      <dc:creator>mpercy</dc:creator>
      <dc:date>2018-07-12T16:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76003#M80482</link>
      <description>&lt;DIV&gt;Thank you for the solution.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am currently using impala-shella for performing various queries. complex queries using all functions and noting down the timestamp,that is how long it takes to get all the data from a table which has more than a million records.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want to perfrom the sample using java kudu Api and benchmark the queries,that is see how long a query perfromed in java kudu Api.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want to come up with a comparison between query perfromed in impala-shell and java side,so tell me how to perfrom queries from the java-side&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:45:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76003#M80482</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2018-07-13T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76948#M80483</link>
      <description>&lt;P&gt;The only way I know of to do&amp;nbsp;complex queries through Java&amp;nbsp;is to use the Impala JDBC connector, which you can find here:&amp;nbsp;&lt;A href="https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-3.html" target="_blank"&gt;https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-3.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 22:17:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76948#M80483</guid>
      <dc:creator>mpercy</dc:creator>
      <dc:date>2018-07-13T22:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76973#M80484</link>
      <description>&lt;P&gt;Sorry,if i am asking too many doubts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a big table in oracle, is it possible if i can save the file locally in my system and insert in the kudu table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all your solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 13:06:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/76973#M80484</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2018-07-16T13:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77008#M80485</link>
      <description>&lt;P&gt;If you have the data in Oracle I would suggest writing it to Parquet on HDFS using Sqoop first. After that, you will be able to transfer the data to Kudu using Impala with a command like CREATE TABLE kudu_table STORED AS KUDU AS SELECT * FROM parquet_table;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 23:12:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77008#M80485</guid>
      <dc:creator>mpercy</dc:creator>
      <dc:date>2018-07-16T23:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77009#M80486</link>
      <description>&lt;P&gt;However I see you wrote a separate forum post which is good, we try to stick with one topic per thread in the forums.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 23:13:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77009#M80486</guid>
      <dc:creator>mpercy</dc:creator>
      <dc:date>2018-07-16T23:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Apache kudu</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77034#M80487</link>
      <description>&lt;P&gt;thank you again for the solution.I found a java code which loads data into kudu table from csv. is it efficient.?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:33:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Apache-kudu/m-p/77034#M80487</guid>
      <dc:creator>HJ</dc:creator>
      <dc:date>2018-07-17T12:33:09Z</dc:date>
    </item>
  </channel>
</rss>

