<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>《Oozie简介与快速入门》的评论</title>
	<atom:link href="http://shiyanjun.cn/archives/57.html/feed" rel="self" type="application/rss+xml" />
	<link>http://shiyanjun.cn/archives/57.html</link>
	<description>简单之美，难得简单，享受简单的唯美。</description>
	<lastBuildDate>Wed, 19 Feb 2025 08:08:30 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>作者：Yanjun</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-56553</link>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
		<pubDate>Wed, 25 Nov 2015 12:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-56553</guid>
		<description><![CDATA[多数是配置问题吧，在安装hue的时候，看看官方文档，确认哪个版本的hue与哪个版本的spark、hive兼容，然后再安装配置。目前，我还我也没有在hue上用过spark。]]></description>
		<content:encoded><![CDATA[<p>多数是配置问题吧，在安装hue的时候，看看官方文档，确认哪个版本的hue与哪个版本的spark、hive兼容，然后再安装配置。目前，我还我也没有在hue上用过spark。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：周雷</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-56551</link>
		<dc:creator><![CDATA[周雷]]></dc:creator>
		<pubDate>Wed, 25 Nov 2015 06:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-56551</guid>
		<description><![CDATA[你好，我在hue界面上可以成功用oozie调度运行mapreduce的例子，可是调度spark和hive就会报错如下： ERROR    E0701: XML schema error, cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#039;spark&#039;.请问这个问题怎么解决呢？]]></description>
		<content:encoded><![CDATA[<p>你好，我在hue界面上可以成功用oozie调度运行mapreduce的例子，可是调度spark和hive就会报错如下： ERROR    E0701: XML schema error, cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element &#8216;spark&#8217;.请问这个问题怎么解决呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yanjun</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-56311</link>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
		<pubDate>Tue, 20 Oct 2015 05:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-56311</guid>
		<description><![CDATA[你可以减少任务并发度，最坏的情况就是所有任务串行，这依赖于你集群的资源量。另外，在写Oozie workflow的时候，可一个根据实际任务的资源用量，修改默认的配置，比如一个MR可能只需要1G的container，但是YARN配置默认是4G，你完全可以配置这个MR的申请资源量为1G。]]></description>
		<content:encoded><![CDATA[<p>你可以减少任务并发度，最坏的情况就是所有任务串行，这依赖于你集群的资源量。另外，在写Oozie workflow的时候，可一个根据实际任务的资源用量，修改默认的配置，比如一个MR可能只需要1G的container，但是YARN配置默认是4G，你完全可以配置这个MR的申请资源量为1G。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：justsoso</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-56295</link>
		<dc:creator><![CDATA[justsoso]]></dc:creator>
		<pubDate>Mon, 19 Oct 2015 09:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-56295</guid>
		<description><![CDATA[博主，你好
我想问下，oozie会先启动一个MR任务，监视作业的运行。我遇到的问题是，在多任务并发的情况时，可能出现所有资源启动的任务只有监视的任务，真正的功能任务得不到资源运行。从而出现作业执行不下去，所有作业饿死的情况。您有什么好的解决方法么]]></description>
		<content:encoded><![CDATA[<p>博主，你好<br />
我想问下，oozie会先启动一个MR任务，监视作业的运行。我遇到的问题是，在多任务并发的情况时，可能出现所有资源启动的任务只有监视的任务，真正的功能任务得不到资源运行。从而出现作业执行不下去，所有作业饿死的情况。您有什么好的解决方法么</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yanjun</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-55664</link>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
		<pubDate>Thu, 06 Aug 2015 08:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-55664</guid>
		<description><![CDATA[你可以查看一下Oozie的日志，或者可能是Oozie的页面控制台缓存造成的吧]]></description>
		<content:encoded><![CDATA[<p>你可以查看一下Oozie的日志，或者可能是Oozie的页面控制台缓存造成的吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：huar</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-55626</link>
		<dc:creator><![CDATA[huar]]></dc:creator>
		<pubDate>Wed, 05 Aug 2015 08:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-55626</guid>
		<description><![CDATA[博主,你好。

我想问一下oozie 提交一个job，需要执行10多分钟， mr其实已经执行完成了，这个是怎么回事？]]></description>
		<content:encoded><![CDATA[<p>博主,你好。</p>
<p>我想问一下oozie 提交一个job，需要执行10多分钟， mr其实已经执行完成了，这个是怎么回事？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Yanjun</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-53661</link>
		<dc:creator><![CDATA[Yanjun]]></dc:creator>
		<pubDate>Tue, 03 Feb 2015 05:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-53661</guid>
		<description><![CDATA[目前应该是不支持Windows的]]></description>
		<content:encoded><![CDATA[<p>目前应该是不支持Windows的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：钟飞文</title>
		<link>http://shiyanjun.cn/archives/57.html#comment-53657</link>
		<dc:creator><![CDATA[钟飞文]]></dc:creator>
		<pubDate>Tue, 03 Feb 2015 03:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://shirdrn.org/?p=57#comment-53657</guid>
		<description><![CDATA[博主我想问下， Oozie只能在linux下使用吗，能在windows下面使用吗？]]></description>
		<content:encoded><![CDATA[<p>博主我想问下， Oozie只能在linux下使用吗，能在windows下面使用吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
