You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ala' Alkhaldi (JIRA)" <ji...@apache.org> on 2014/06/26 02:00:32 UTC

[jira] [Comment Edited] (CASSANDRA-7200) word count broken

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

Ala' Alkhaldi edited comment on CASSANDRA-7200 at 6/26/14 12:00 AM:
--------------------------------------------------------------------

{quote}
These examples run by the shell scripts under bin directory. We need to provide equivalent .bat files for Windows
{quote}
Apparently, I was not accurate. Hadoop-core 1.0.3 does not support Windows platform. The first release to support it is 2.1.0-beta ([see Hadoop release notes|http://hadoop.apache.org/releases.html#25+August%2C+2013%3A+Release+2.1.0-beta+available]). 



was (Author: ala.alkhaldi):
{quot}
These examples run by the shell scripts under bin directory. We need to provide equivalent .bat files for Windows
{quot}
Apparently, I was not accurate. Hadoop-core 1.0.3 does not support Windows platform. The first release to support it is 2.1.0-beta ([see Hadoop release notes|http://hadoop.apache.org/releases.html#25+August%2C+2013%3A+Release+2.1.0-beta+available]). 


> word count broken
> -----------------
>
>                 Key: CASSANDRA-7200
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7200
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Examples
>            Reporter: Brandon Williams
>            Assignee: Ala' Alkhaldi
>             Fix For: 2.0.9
>
>
> word_count_setup hangs forever, and word_count loops forever with this exception:
> {noformat}
> DEBUG 17:52:42,875 java.io.IOException: config(config)
>         at org.apache.hadoop.conf.Configuration.<init>(Configuration.java:260)
>         at org.apache.hadoop.mapred.JobConf.<init>(JobConf.java:341)
>         at org.apache.hadoop.mapreduce.JobContext.<init>(JobContext.java:76)
>         at org.apache.hadoop.mapreduce.TaskAttemptContext.<init>(TaskAttemptContext.java:35)
>         at org.apache.hadoop.mapreduce.TaskInputOutputContext.<init>(TaskInputOutputContext.java:44)
>         at org.apache.hadoop.mapreduce.MapContext.<init>(MapContext.java:43)
>         at org.apache.hadoop.mapreduce.Mapper$Context.<init>(Mapper.java:105)
>         at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
>         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
>         at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:759)
>         at org.apache.hadoop.mapred.MapTask.run(MapTask.java:370)
>         at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)