Albert Chu created MAPREDUCE-5518:
-------------------------------------
Summary: Fix typo "can't read paritions file"
Key: MAPREDUCE-5518
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5518
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: examples
Affects Versions: 3.0.0
Reporter: Albert Chu
Priority: Trivial
Noticed a spelling error when I saw this error message
{noformat}
13/09/19 13:25:08 INFO mapreduce.Job: Task Id : attempt_1379622083112_0002_m_000114_0, Status
: FAILED
Error: java.lang.IllegalArgumentException: can't read paritions file
{noformat}
"paritions" should be "partitions"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|