<?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>hadoop | デバッグライフ</title>
	<atom:link href="https://debug-life.net/entry/category/it/hadoop/feed" rel="self" type="application/rss+xml" />
	<link>https://debug-life.net</link>
	<description>プログラミングや日常の記録など</description>
	<lastBuildDate>Sat, 03 Dec 2016 09:38:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
<site xmlns="com-wordpress:feed-additions:1">114748130</site>	<item>
		<title>Use commons-dbutils with hive-jdbc</title>
		<link>https://debug-life.net/entry/795</link>
					<comments>https://debug-life.net/entry/795#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Sat, 01 Oct 2016 11:44:10 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[commons-dbutils]]></category>
		<category><![CDATA[hive-jdbc]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=795</guid>

					<description><![CDATA[<p>hive-jdbcと一緒にcommons-dbutilsを使う場合。 目次 環境DbUtilsでgetParameterMetaDataの呼び出しをスキップ参考リンク 環境 commons-dbutils 1.6 hiv [&#8230;]</p>
The post <a href="https://debug-life.net/entry/795">Use commons-dbutils with hive-jdbc</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/795/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">795</post-id>	</item>
		<item>
		<title>Suppress the message &#8220;Supplied authorities: &#8230;&#8221; org.apache.hive.jdbc.Utils#parseURL emits</title>
		<link>https://debug-life.net/entry/778</link>
					<comments>https://debug-life.net/entry/778#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Fri, 30 Sep 2016 16:21:58 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[hive]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=778</guid>

					<description><![CDATA[<p>HiveServer2にJDBC経由で接続する際に、ログの設定によっては"Supplied authorities: ..."のようなメッセージが出力されます。hive-jdbcの依存するライブラリはcommons-lo [&#8230;]</p>
The post <a href="https://debug-life.net/entry/778">Suppress the message “Supplied authorities: …” org.apache.hive.jdbc.Utils#parseURL emits</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/778/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">778</post-id>	</item>
		<item>
		<title>Sqoop import failed because of error &#8220;Make sure HIVE_CONF_DIR is set correctly&#8221;</title>
		<link>https://debug-life.net/entry/717</link>
					<comments>https://debug-life.net/entry/717#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Fri, 05 Aug 2016 15:24:09 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[sqoop]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=717</guid>

					<description><![CDATA[<p>目次 Sqoop Import failed after CDH upgrading参考リンク Sqoop Import failed after CDH upgrading Hadoop環境をCDH5.3.xから5.7 [&#8230;]</p>
The post <a href="https://debug-life.net/entry/717">Sqoop import failed because of error “Make sure HIVE_CONF_DIR is set correctly”</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/717/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">717</post-id>	</item>
		<item>
		<title>Parse error can be caused due to NUL character included in records with Sqoop</title>
		<link>https://debug-life.net/entry/663</link>
					<comments>https://debug-life.net/entry/663#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Mon, 18 Jul 2016 09:08:43 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[sqoop]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=663</guid>

					<description><![CDATA[<p>Sqoopを使ってRDBMとHadoop間でデータ転送を行なっている。Sqoopは、MapReduceジョブを実行し複数のMapタスクで並列にインポートやエクスポートを行なう。また、Sqoopはコマンドラインからsqoo [&#8230;]</p>
The post <a href="https://debug-life.net/entry/663">Parse error can be caused due to NUL character included in records with Sqoop</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/663/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">663</post-id>	</item>
		<item>
		<title>impalaでmrubyを動かす</title>
		<link>https://debug-life.net/entry/1207</link>
					<comments>https://debug-life.net/entry/1207#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Sat, 26 Dec 2015 16:00:32 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[impala]]></category>
		<category><![CDATA[mruby]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1207</guid>

					<description><![CDATA[<p>以前impalaのudfについて調べていて、何か書いてみたいなと思っていた。最近、mysqlでmrubyを動かしている例があると知り、ちょうどmrubyも触ってみたいと思っていたので、今回はimpala udfとmrub [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1207">impalaでmrubyを動かす</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1207/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1207</post-id>	</item>
		<item>
		<title>Using UDF&#8217;s jar of Hive with Impala</title>
		<link>https://debug-life.net/entry/1211</link>
					<comments>https://debug-life.net/entry/1211#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Thu, 12 Nov 2015 17:06:24 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[impala]]></category>
		<category><![CDATA[UDF]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1211</guid>

					<description><![CDATA[<p>I tried to use UDF&#8217;s jar of Hive with Impala, but ClassCastException has been thrown. I created a functi [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1211">Using UDF’s jar of Hive with Impala</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1211/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1211</post-id>	</item>
		<item>
		<title>Create file /tmp/impala-scratch/&#8230;. with errno=2 description=Error(2): No such file or directory</title>
		<link>https://debug-life.net/entry/1218</link>
					<comments>https://debug-life.net/entry/1218#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Wed, 03 Jun 2015 14:16:00 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[impala]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1218</guid>

					<description><![CDATA[<p>impalaでクエリを実行すると，以下のようなエラーが出ることがある。 クエリはエラーになる。 [crayon-6a7b01b0347f1234299250/] 以下のcommunityサイトで質問されている方がいた。  [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1218">Create file /tmp/impala-scratch/…. with errno=2 description=Error(2): No such file or directory</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1218/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1218</post-id>	</item>
		<item>
		<title>Get corrupt file blocks returned error: Operation category READ is not supported in state standby</title>
		<link>https://debug-life.net/entry/1220</link>
					<comments>https://debug-life.net/entry/1220#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Fri, 15 May 2015 15:43:43 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1220</guid>

					<description><![CDATA[<p>Cloudera ManagerでNameNode HAしてから，以下のWARNメッセージがStandbyNameNodeのログに定期的に出力される。結構な頻度で書き込まれ，また診断のログの方にも上がってくるので何とか抑 [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1220">Get corrupt file blocks returned error: Operation category READ is not supported in state standby</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1220/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1220</post-id>	</item>
		<item>
		<title>Hive Auto Convert Join</title>
		<link>https://debug-life.net/entry/1223</link>
					<comments>https://debug-life.net/entry/1223#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Wed, 22 Apr 2015 06:04:22 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[convertjoin]]></category>
		<category><![CDATA[hive]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1223</guid>

					<description><![CDATA[<p>これか！？ CDHのバージョンを4.7から5.3.2に上げたときに，Hiveも0.13.1に上がり，オプションのデフォルト値が変わっていたのを見落としていた。。 http://svn.apache.org/repos/a [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1223">Hive Auto Convert Join</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1223/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1223</post-id>	</item>
		<item>
		<title>Run query on HiveServer2 by thrift</title>
		<link>https://debug-life.net/entry/1225</link>
					<comments>https://debug-life.net/entry/1225#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Thu, 26 Mar 2015 08:03:52 +0000</pubDate>
				<category><![CDATA[hadoop]]></category>
		<category><![CDATA[rbhive]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1225</guid>

					<description><![CDATA[<p>RBHiveクライアントを使ってHiveServer2経由でクエリを実行しようとしたところ，上手くいかずハマってしまった。 以下のようなコードを実行しようとしたところ，エラーで実行できない。 [crayon-6a7b01 [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1225">Run query on HiveServer2 by thrift</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1225/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1225</post-id>	</item>
	</channel>
</rss>
