[jira] [Commented] (MAPREDUCE-2771) The fs docs should cover mapred.fairscheduler.assignmultiple

2012-06-07 Thread Tomohiko Kinebuchi (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291341#comment-13291341
 ] 

Tomohiko Kinebuchi commented on MAPREDUCE-2771:
---

The target page is now here? -> 
http://hadoop.apache.org/common/docs/stable/fair_scheduler.html

> The fs docs should cover mapred.fairscheduler.assignmultiple
> 
>
> Key: MAPREDUCE-2771
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2771
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: contrib/fair-share, documentation
>Reporter: Eli Collins
>  Labels: newbie
> Fix For: 0.24.0
>
>
> The fs docs should cover the {{mapred.fairscheduler.assignmultiple*}} config 
> options.
> http://hadoop.apache.org/common/docs/current/fair_scheduler.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-29 Thread Tomohiko Kinebuchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomohiko Kinebuchi resolved MAPREDUCE-4200.
---

   Resolution: Not A Problem
Fix Version/s: trunk

Not a problem.
Just forgot append "-Pdist" option.

> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Fix For: trunk
>
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.
> A command "mvn clean package -Pdist -DskipTests" succeeded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-29 Thread Tomohiko Kinebuchi (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264493#comment-13264493
 ] 

Tomohiko Kinebuchi commented on MAPREDUCE-4200:
---

This is not a bug.
When creating a tar ball, -Pdist option is needed.

After I ran the command "mvn clean package -DskipTests -Dtar -Pdist", it 
succeeded.
I close this issue.

Thanks.

> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.
> A command "mvn clean package -Pdist -DskipTests" succeeded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-26 Thread Tomohiko Kinebuchi (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262751#comment-13262751
 ] 

Tomohiko Kinebuchi commented on MAPREDUCE-4200:
---

>From output messages, this ant target executed and failed.

https://github.com/apache/hadoop-common/blob/235bcba59b02f8a3234d042010cf74f8dcf4a2fa/hadoop-mapreduce-project/pom.xml#L178

> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.
> A command "mvn clean package -Pdist -DskipTests" succeeded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-26 Thread Tomohiko Kinebuchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomohiko Kinebuchi updated MAPREDUCE-4200:
--

Description: 
A command "mvn clean package -Dtar -DskipTests" executed on the root directory 
"hadoop-common" failed.
Its output logs are in an attached file.

A command "mvn clean package -Pdist -DskipTests" succeeded.


  was:
A command "mvn clean package -Dtar -DskipTests" executed on the root directory 
"hadoop-common" failed.
Its output logs are in an attached file.


> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.
> A command "mvn clean package -Pdist -DskipTests" succeeded.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-26 Thread Tomohiko Kinebuchi (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13262693#comment-13262693
 ] 

Tomohiko Kinebuchi commented on MAPREDUCE-4200:
---

@Radim

Thanks for your comment.

Results of the last five builds are all failed.
https://builds.apache.org/job/Hadoop-Mapreduce-trunk/
So this issue is not Mac OS specific.

> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-26 Thread Tomohiko Kinebuchi (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomohiko Kinebuchi updated MAPREDUCE-4200:
--

Attachment: MAPREDUCE-4200.error.log

> packaging tar ball of trunk failed
> --
>
> Key: MAPREDUCE-4200
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
>Affects Versions: trunk
> Environment: Mac OS X Lion 10.7.3
>Reporter: Tomohiko Kinebuchi
> Attachments: MAPREDUCE-4200.error.log
>
>
> A command "mvn clean package -Dtar -DskipTests" executed on the root 
> directory "hadoop-common" failed.
> Its output logs are in an attached file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-4200) packaging tar ball of trunk failed

2012-04-26 Thread Tomohiko Kinebuchi (JIRA)
Tomohiko Kinebuchi created MAPREDUCE-4200:
-

 Summary: packaging tar ball of trunk failed
 Key: MAPREDUCE-4200
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4200
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build
Affects Versions: trunk
 Environment: Mac OS X Lion 10.7.3
Reporter: Tomohiko Kinebuchi


A command "mvn clean package -Dtar -DskipTests" executed on the root directory 
"hadoop-common" failed.
Its output logs are in an attached file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira