<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>netezza Archives - Big Data Processing</title>
	<atom:link href="https://bigdataproc.com/tag/netezza/feed/" rel="self" type="application/rss+xml" />
	<link>https://bigdataproc.com/tag/netezza/</link>
	<description>Big Data Solution for GCP, AWS, Azure and on-prem</description>
	<lastBuildDate>Wed, 07 Nov 2018 16:05:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.2</generator>
	<item>
		<title>Import Data from Netezza to Hive using sqoop</title>
		<link>https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=import-data-from-netezza-to-hive-using-sqoop</link>
					<comments>https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/#respond</comments>
		
		<dc:creator><![CDATA[Gaurang]]></dc:creator>
		<pubDate>Wed, 07 Nov 2018 15:56:18 +0000</pubDate>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Sqoop]]></category>
		<category><![CDATA[Hive]]></category>
		<category><![CDATA[netezza]]></category>
		<category><![CDATA[sqoop]]></category>
		<guid isPermaLink="false">http://allabouthadoop.net/?p=83</guid>

					<description><![CDATA[<p>following is the syntax for importing data from netezza to hive.&#160; sqoop import \ --connect jdbc:netezza://:/ \ --username= \ --password= \ --table \ --hcatalog-database \&#8230;</p>
<div class="more-link-wrapper"><a class="more-link" href="https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/">Continue reading<span class="screen-reader-text">Import Data from Netezza to Hive using sqoop</span></a></div>
<p>The post <a rel="nofollow" href="https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/">Import Data from Netezza to Hive using sqoop</a> appeared first on <a rel="nofollow" href="https://bigdataproc.com">Big Data Processing </a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>following is the syntax for importing data from netezza to hive.&nbsp;</p>



<pre class="lang:shell theme:twilight" title="Import data from netezza to hive using sqoop">
sqoop import \
--connect jdbc:netezza://<netezza_host>:<port>/<database> \
--username=<USERNAME IN ALL CAPS> \
--password=<password> \
--table <netezza_table_name> \
--hcatalog-database <hive_database_name> \
--hcatalog-table <hive_table_name> \
-m 1
</pre>



<p>provide the username in all CAPS, otherwise it will throw authentication error.</p>



<h2 class="wp-block-heading">create hive table.&nbsp;</h2>



<p>if you don&#8217;t have the corresponding hive table, you can use the following option.&nbsp; which will create hive table if it doesn&#8217;t exist.&nbsp;</p>



<pre class="lang:shell theme:twilight" title="create hive table while sqoop import">--create-hcatalog-table 
</pre>



<h2 class="wp-block-heading">Sqoop import change hive table format and properties</h2>



<p>if you want to change the format of the hive table, you can do with following option.&nbsp;</p>



<pre class="lang:shell theme:twilight" title="sqoop import change hive table format and properties">--hcatalog-storage-stanza \
'stored as orc tblproperties ("orc.compress"="SNAPPY")'
</pre>
<p>The post <a rel="nofollow" href="https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/">Import Data from Netezza to Hive using sqoop</a> appeared first on <a rel="nofollow" href="https://bigdataproc.com">Big Data Processing </a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://bigdataproc.com/import-data-from-netezza-to-hive-using-sqoop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
