You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by sam liu <sa...@gmail.com> on 2013/05/03 03:31:39 UTC

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Can anyone help this issue? Thanks!


2013/5/2 sam liu <sa...@gmail.com>

> Hi,
>
> I launched yarn and its webapp on port 18088, and then successfully
> launched and executed some test MR jobs like 'hadoop jar
> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>
> But, when login the web console in browser, I could find any finished jobs
> in the 'FINISHED Applications' tab. Why?
>
>
> Thanks!
>
> Sam Liu
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
That's the cause. After setting mapreduce.framework.name to YARN in
mapred-site.xml, the MR job could be found in the 'FINISHED Applications'
tab now. Thanks very much!


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?
>
>
> On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:
>
>> I did not restart resourcemanager after running the job, and just
>> launched a sample job directly using command 'hadoop jar
>> share/hadoop/mapreduce/hadoop-
>> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>>
>>
>> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>>
>>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>>> runner?  Did you restart the resourcemanager after running the job?
>>>
>>> -Sandy
>>>
>>>
>>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>>
>>>> Can anyone help this issue? Thanks!
>>>>
>>>>
>>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>>
>>>>> Hi,
>>>>>
>>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>>> launched and executed some test MR jobs like 'hadoop jar
>>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>>
>>>>> But, when login the web console in browser, I could find any finished
>>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Sam Liu
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
That's the cause. After setting mapreduce.framework.name to YARN in
mapred-site.xml, the MR job could be found in the 'FINISHED Applications'
tab now. Thanks very much!


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?
>
>
> On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:
>
>> I did not restart resourcemanager after running the job, and just
>> launched a sample job directly using command 'hadoop jar
>> share/hadoop/mapreduce/hadoop-
>> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>>
>>
>> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>>
>>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>>> runner?  Did you restart the resourcemanager after running the job?
>>>
>>> -Sandy
>>>
>>>
>>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>>
>>>> Can anyone help this issue? Thanks!
>>>>
>>>>
>>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>>
>>>>> Hi,
>>>>>
>>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>>> launched and executed some test MR jobs like 'hadoop jar
>>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>>
>>>>> But, when login the web console in browser, I could find any finished
>>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Sam Liu
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
That's the cause. After setting mapreduce.framework.name to YARN in
mapred-site.xml, the MR job could be found in the 'FINISHED Applications'
tab now. Thanks very much!


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?
>
>
> On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:
>
>> I did not restart resourcemanager after running the job, and just
>> launched a sample job directly using command 'hadoop jar
>> share/hadoop/mapreduce/hadoop-
>> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>>
>>
>> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>>
>>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>>> runner?  Did you restart the resourcemanager after running the job?
>>>
>>> -Sandy
>>>
>>>
>>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>>
>>>> Can anyone help this issue? Thanks!
>>>>
>>>>
>>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>>
>>>>> Hi,
>>>>>
>>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>>> launched and executed some test MR jobs like 'hadoop jar
>>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>>
>>>>> But, when login the web console in browser, I could find any finished
>>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Sam Liu
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
That's the cause. After setting mapreduce.framework.name to YARN in
mapred-site.xml, the MR job could be found in the 'FINISHED Applications'
tab now. Thanks very much!


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?
>
>
> On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:
>
>> I did not restart resourcemanager after running the job, and just
>> launched a sample job directly using command 'hadoop jar
>> share/hadoop/mapreduce/hadoop-
>> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>>
>>
>> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>>
>>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>>> runner?  Did you restart the resourcemanager after running the job?
>>>
>>> -Sandy
>>>
>>>
>>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>>
>>>> Can anyone help this issue? Thanks!
>>>>
>>>>
>>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>>
>>>>> Hi,
>>>>>
>>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>>> launched and executed some test MR jobs like 'hadoop jar
>>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>>
>>>>> But, when login the web console in browser, I could find any finished
>>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>>
>>>>>
>>>>> Thanks!
>>>>>
>>>>> Sam Liu
>>>>>
>>>>
>>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?


On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:

> I did not restart resourcemanager after running the job, and just launched
> a sample job directly using command 'hadoop jar
> share/hadoop/mapreduce/hadoop-
> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>
>
> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>
>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>> runner?  Did you restart the resourcemanager after running the job?
>>
>> -Sandy
>>
>>
>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>
>>> Can anyone help this issue? Thanks!
>>>
>>>
>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>> launched and executed some test MR jobs like 'hadoop jar
>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>
>>>> But, when login the web console in browser, I could find any finished
>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>
>>>>
>>>> Thanks!
>>>>
>>>> Sam Liu
>>>>
>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?


On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:

> I did not restart resourcemanager after running the job, and just launched
> a sample job directly using command 'hadoop jar
> share/hadoop/mapreduce/hadoop-
> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>
>
> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>
>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>> runner?  Did you restart the resourcemanager after running the job?
>>
>> -Sandy
>>
>>
>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>
>>> Can anyone help this issue? Thanks!
>>>
>>>
>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>> launched and executed some test MR jobs like 'hadoop jar
>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>
>>>> But, when login the web console in browser, I could find any finished
>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>
>>>>
>>>> Thanks!
>>>>
>>>> Sam Liu
>>>>
>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?


On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:

> I did not restart resourcemanager after running the job, and just launched
> a sample job directly using command 'hadoop jar
> share/hadoop/mapreduce/hadoop-
> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>
>
> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>
>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>> runner?  Did you restart the resourcemanager after running the job?
>>
>> -Sandy
>>
>>
>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>
>>> Can anyone help this issue? Thanks!
>>>
>>>
>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>> launched and executed some test MR jobs like 'hadoop jar
>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>
>>>> But, when login the web console in browser, I could find any finished
>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>
>>>>
>>>> Thanks!
>>>>
>>>> Sam Liu
>>>>
>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
In your yarn-site.xml, do you have mapreduce.framework.name set to YARN?


On Thu, May 2, 2013 at 6:43 PM, sam liu <sa...@gmail.com> wrote:

> I did not restart resourcemanager after running the job, and just launched
> a sample job directly using command 'hadoop jar
> share/hadoop/mapreduce/hadoop-
> mapreduce-examples-2.0.3-alpha.jar pi 2 30'
>
>
> 2013/5/3 Sandy Ryza <sa...@cloudera.com>
>
>> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
>> hdfs-dev in the bcc.  Have you made sure you're not using the local job
>> runner?  Did you restart the resourcemanager after running the job?
>>
>> -Sandy
>>
>>
>> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>>
>>> Can anyone help this issue? Thanks!
>>>
>>>
>>> 2013/5/2 sam liu <sa...@gmail.com>
>>>
>>>> Hi,
>>>>
>>>> I launched yarn and its webapp on port 18088, and then successfully
>>>> launched and executed some test MR jobs like 'hadoop jar
>>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>>
>>>> But, when login the web console in browser, I could find any finished
>>>> jobs in the 'FINISHED Applications' tab. Why?
>>>>
>>>>
>>>> Thanks!
>>>>
>>>> Sam Liu
>>>>
>>>
>>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
I did not restart resourcemanager after running the job, and just launched
a sample job directly using command 'hadoop jar
share/hadoop/mapreduce/hadoop-
mapreduce-examples-2.0.3-alpha.jar pi 2 30'


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
> hdfs-dev in the bcc.  Have you made sure you're not using the local job
> runner?  Did you restart the resourcemanager after running the job?
>
> -Sandy
>
>
> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>
>> Can anyone help this issue? Thanks!
>>
>>
>> 2013/5/2 sam liu <sa...@gmail.com>
>>
>>> Hi,
>>>
>>> I launched yarn and its webapp on port 18088, and then successfully
>>> launched and executed some test MR jobs like 'hadoop jar
>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>
>>> But, when login the web console in browser, I could find any finished
>>> jobs in the 'FINISHED Applications' tab. Why?
>>>
>>>
>>> Thanks!
>>>
>>> Sam Liu
>>>
>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
I did not restart resourcemanager after running the job, and just launched
a sample job directly using command 'hadoop jar
share/hadoop/mapreduce/hadoop-
mapreduce-examples-2.0.3-alpha.jar pi 2 30'


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
> hdfs-dev in the bcc.  Have you made sure you're not using the local job
> runner?  Did you restart the resourcemanager after running the job?
>
> -Sandy
>
>
> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>
>> Can anyone help this issue? Thanks!
>>
>>
>> 2013/5/2 sam liu <sa...@gmail.com>
>>
>>> Hi,
>>>
>>> I launched yarn and its webapp on port 18088, and then successfully
>>> launched and executed some test MR jobs like 'hadoop jar
>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>
>>> But, when login the web console in browser, I could find any finished
>>> jobs in the 'FINISHED Applications' tab. Why?
>>>
>>>
>>> Thanks!
>>>
>>> Sam Liu
>>>
>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
I did not restart resourcemanager after running the job, and just launched
a sample job directly using command 'hadoop jar
share/hadoop/mapreduce/hadoop-
mapreduce-examples-2.0.3-alpha.jar pi 2 30'


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
> hdfs-dev in the bcc.  Have you made sure you're not using the local job
> runner?  Did you restart the resourcemanager after running the job?
>
> -Sandy
>
>
> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>
>> Can anyone help this issue? Thanks!
>>
>>
>> 2013/5/2 sam liu <sa...@gmail.com>
>>
>>> Hi,
>>>
>>> I launched yarn and its webapp on port 18088, and then successfully
>>> launched and executed some test MR jobs like 'hadoop jar
>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>
>>> But, when login the web console in browser, I could find any finished
>>> jobs in the 'FINISHED Applications' tab. Why?
>>>
>>>
>>> Thanks!
>>>
>>> Sam Liu
>>>
>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by sam liu <sa...@gmail.com>.
I did not restart resourcemanager after running the job, and just launched
a sample job directly using command 'hadoop jar
share/hadoop/mapreduce/hadoop-
mapreduce-examples-2.0.3-alpha.jar pi 2 30'


2013/5/3 Sandy Ryza <sa...@cloudera.com>

> This shouldn't be asked on the dev lists, so putting mapreduce-dev and
> hdfs-dev in the bcc.  Have you made sure you're not using the local job
> runner?  Did you restart the resourcemanager after running the job?
>
> -Sandy
>
>
> On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:
>
>> Can anyone help this issue? Thanks!
>>
>>
>> 2013/5/2 sam liu <sa...@gmail.com>
>>
>>> Hi,
>>>
>>> I launched yarn and its webapp on port 18088, and then successfully
>>> launched and executed some test MR jobs like 'hadoop jar
>>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>>
>>> But, when login the web console in browser, I could find any finished
>>> jobs in the 'FINISHED Applications' tab. Why?
>>>
>>>
>>> Thanks!
>>>
>>> Sam Liu
>>>
>>
>>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
This shouldn't be asked on the dev lists, so putting mapreduce-dev and
hdfs-dev in the bcc.  Have you made sure you're not using the local job
runner?  Did you restart the resourcemanager after running the job?

-Sandy


On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:

> Can anyone help this issue? Thanks!
>
>
> 2013/5/2 sam liu <sa...@gmail.com>
>
>> Hi,
>>
>> I launched yarn and its webapp on port 18088, and then successfully
>> launched and executed some test MR jobs like 'hadoop jar
>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>
>> But, when login the web console in browser, I could find any finished
>> jobs in the 'FINISHED Applications' tab. Why?
>>
>>
>> Thanks!
>>
>> Sam Liu
>>
>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
This shouldn't be asked on the dev lists, so putting mapreduce-dev and
hdfs-dev in the bcc.  Have you made sure you're not using the local job
runner?  Did you restart the resourcemanager after running the job?

-Sandy


On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:

> Can anyone help this issue? Thanks!
>
>
> 2013/5/2 sam liu <sa...@gmail.com>
>
>> Hi,
>>
>> I launched yarn and its webapp on port 18088, and then successfully
>> launched and executed some test MR jobs like 'hadoop jar
>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>
>> But, when login the web console in browser, I could find any finished
>> jobs in the 'FINISHED Applications' tab. Why?
>>
>>
>> Thanks!
>>
>> Sam Liu
>>
>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
This shouldn't be asked on the dev lists, so putting mapreduce-dev and
hdfs-dev in the bcc.  Have you made sure you're not using the local job
runner?  Did you restart the resourcemanager after running the job?

-Sandy


On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:

> Can anyone help this issue? Thanks!
>
>
> 2013/5/2 sam liu <sa...@gmail.com>
>
>> Hi,
>>
>> I launched yarn and its webapp on port 18088, and then successfully
>> launched and executed some test MR jobs like 'hadoop jar
>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>
>> But, when login the web console in browser, I could find any finished
>> jobs in the 'FINISHED Applications' tab. Why?
>>
>>
>> Thanks!
>>
>> Sam Liu
>>
>
>

Re: Why could not find finished jobs in yarn.resourcemanager.webapp.address?

Posted by Sandy Ryza <sa...@cloudera.com>.
This shouldn't be asked on the dev lists, so putting mapreduce-dev and
hdfs-dev in the bcc.  Have you made sure you're not using the local job
runner?  Did you restart the resourcemanager after running the job?

-Sandy


On Thu, May 2, 2013 at 6:31 PM, sam liu <sa...@gmail.com> wrote:

> Can anyone help this issue? Thanks!
>
>
> 2013/5/2 sam liu <sa...@gmail.com>
>
>> Hi,
>>
>> I launched yarn and its webapp on port 18088, and then successfully
>> launched and executed some test MR jobs like 'hadoop jar
>> share/hadoop/mapreduce/hadoop-mapreduce-examples-2.0.3-alpha.jar pi 2 30'.
>>
>> But, when login the web console in browser, I could find any finished
>> jobs in the 'FINISHED Applications' tab. Why?
>>
>>
>> Thanks!
>>
>> Sam Liu
>>
>
>