<?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 Ingesting calculation views from Hana into Hive with Sqoop in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ingesting-calculation-views-from-Hana-into-Hive-with-Sqoop/m-p/215501#M63614</link>
    <description>&lt;P&gt;I'm having issues ingesting calculation views from Hana into Hive.&lt;/P&gt;&lt;P&gt;The issue is with the --table parameter. The calculation view's table name is "/path/to/hana/calculation"&lt;/P&gt;&lt;P&gt;How can I pass this to Sqoop?&lt;/P&gt;</description>
    <pubDate>Sun, 25 Jun 2017 00:51:48 GMT</pubDate>
    <dc:creator>georgejay060</dc:creator>
    <dc:date>2017-06-25T00:51:48Z</dc:date>
    <item>
      <title>Ingesting calculation views from Hana into Hive with Sqoop</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ingesting-calculation-views-from-Hana-into-Hive-with-Sqoop/m-p/215501#M63614</link>
      <description>&lt;P&gt;I'm having issues ingesting calculation views from Hana into Hive.&lt;/P&gt;&lt;P&gt;The issue is with the --table parameter. The calculation view's table name is "/path/to/hana/calculation"&lt;/P&gt;&lt;P&gt;How can I pass this to Sqoop?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jun 2017 00:51:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ingesting-calculation-views-from-Hana-into-Hive-with-Sqoop/m-p/215501#M63614</guid>
      <dc:creator>georgejay060</dc:creator>
      <dc:date>2017-06-25T00:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting calculation views from Hana into Hive with Sqoop</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ingesting-calculation-views-from-Hana-into-Hive-with-Sqoop/m-p/215502#M63615</link>
      <description>&lt;P&gt;
	Try this:&lt;/P&gt;&lt;PRE&gt;sqoop import \ 
--username username \ 
--P \ 
--connect jdbc:sap://hostname:portnumber/ \ 
--driver com.sap.db.jdbc.Driver \ 
--query "select * from \"schema\".\"/path/to/hana/calculation\" where \$CONDITIONS" \ 
--hcatalog-database hivedatabase \ 
--hcatalog-table hivetable \ 
--create-hcatalog-table \ 
--hcatalog-storage-stanza "stored as orc"&lt;/PRE&gt;</description>
      <pubDate>Sun, 25 Jun 2017 01:01:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ingesting-calculation-views-from-Hana-into-Hive-with-Sqoop/m-p/215502#M63615</guid>
      <dc:creator>nismaily</dc:creator>
      <dc:date>2017-06-25T01:01:01Z</dc:date>
    </item>
  </channel>
</rss>

