[ https://issues.apache.org/jira/browse/MAPREDUCE-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Akira Ajisaka updated MAPREDUCE-7323: ------------------------------------- Fix Version/s: 3.2.3 2.10.2 3.3.1 3.1.5 3.4.0 Resolution: Fixed Status: Resolved (was: Patch Available) Committed to all the active branches. > Remove job_history_summary.py > ----------------------------- > > Key: MAPREDUCE-7323 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7323 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Akira Ajisaka > Assignee: Akira Ajisaka > Priority: Major > Labels: pull-request-available > Fix For: 3.4.0, 3.1.5, 3.3.1, 2.10.2, 3.2.3 > > Time Spent: 0.5h > Remaining Estimate: 0h > > Fix the following syntax error in Python 3: > {noformat} > aajisaka@b23b6a126ee7:~/hadoop$ python3 > hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/job_history_summary.py > File > "hadoop-mapreduce-project/hadoop-mapreduce-examples/src/main/java/org/apache/hadoop/examples/terasort/job_history_summary.py", > line 73 > print "Name reduce-output-bytes shuffle-finish reduce-finish" > ^ > SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Name > reduce-output-bytes shuffle-finish reduce-finish")? > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org