My favorites | Sign in
Project Logo
          
Details: Show all Hide all

Older

  • Nov 07, 2009
    cascading-1.0.17-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Nov 07, 2009
    cascading-1.0.17-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Aug 28, 2009
    cascading-1.0.16-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Aug 28, 2009
    cascading-1.0.16-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Aug 22, 2009
    cascading-1.0.15-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Aug 22, 2009
    cascading-1.0.15-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Aug 07, 2009
    cascading-1.0.14-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Aug 07, 2009
    cascading-1.0.14-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Jun 25, 2009
    cascading-1.0.13-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Jun 25, 2009
    cascading-1.0.13-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Jun 13, 2009
    cascading-1.0.12-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Jun 13, 2009
    cascading-1.0.12-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • May 22, 2009
    cascading-1.0.11-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • May 22, 2009
    cascading-1.0.11-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • May 02, 2009
    cascading-1.0.10-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • May 02, 2009
    cascading-1.0.10-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Apr 22, 2009
    issue 2 (Error while running Worcount Example) commented on by cwensel   -   please submit all issues to the list. this tracker is unused.
    please submit all issues to the list. this tracker is unused.
  • Apr 22, 2009
    issue 2 (Error while running Worcount Example) reported by devika.lak   -   What steps will reproduce the problem? 1. Running cascading Wordcount Example on standalone Hadoop system as per steps given in Cascading "Gentle Introduction" webpage. 2. Copied Cascading and Hadoop folders into usr/local/ directory of Cygwin and Wordcount folder into Cascading folder. 3. export JAVA_HOME=E:/devaru/Java/jdk1.6.0_11 4. export HADOOP_HOME=E:/cygen/usr/local/hadoop 5. export PATH=$HADOOP_HOME/bin:$PATH 6. $ hadoop/bin/hadoop jar ./wordcount/build/wordcount.jar wordcount/data/ url+page.200.txt output What is the expected output? What do you see instead? The example should have run successfully. But we are getting the following error: $ hadoop/bin/hadoop jar ./wordcount/build/wordcount.jar wordcount/data/ url+page.200.txt output java.lang.ArrayIndexOutOfBoundsException: 2 at wordcount.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:155) at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68) What version of the product are you using? On what operating system? Cascading 1.0.1 OS: Windows XP Professional Please provide any additional information below. Thanks and Regards Devika and Aruna
    What steps will reproduce the problem? 1. Running cascading Wordcount Example on standalone Hadoop system as per steps given in Cascading "Gentle Introduction" webpage. 2. Copied Cascading and Hadoop folders into usr/local/ directory of Cygwin and Wordcount folder into Cascading folder. 3. export JAVA_HOME=E:/devaru/Java/jdk1.6.0_11 4. export HADOOP_HOME=E:/cygen/usr/local/hadoop 5. export PATH=$HADOOP_HOME/bin:$PATH 6. $ hadoop/bin/hadoop jar ./wordcount/build/wordcount.jar wordcount/data/ url+page.200.txt output What is the expected output? What do you see instead? The example should have run successfully. But we are getting the following error: $ hadoop/bin/hadoop jar ./wordcount/build/wordcount.jar wordcount/data/ url+page.200.txt output java.lang.ArrayIndexOutOfBoundsException: 2 at wordcount.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:155) at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68) What version of the product are you using? On what operating system? Cascading 1.0.1 OS: Windows XP Professional Please provide any additional information below. Thanks and Regards Devika and Aruna
  • Apr 21, 2009
    cascading-1.0.9-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Apr 21, 2009
    cascading-1.0.9-hadoop-0.19.0+.tgz (Cascading source and libraries ) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Apr 14, 2009
    cascading-1.0.8-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Apr 14, 2009
    cascading-1.0.8-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Apr 02, 2009
    cascading-1.0.7-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3
  • Apr 02, 2009
    cascading-1.0.7-hadoop-0.19.0+.tgz (Cascading source and libraries ) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Mar 27, 2009
    cascading-1.0.6-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3+
    Labels: Featured Type-Archive OpSys-All Hadoop-0.18.3+
  • Mar 27, 2009
    cascading-1.0.6-hadoop-0.18.3+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Mar 27, 2009
    cascading-1.0.6-hadoop-0.19.0+.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Mar 13, 2009
    cascading-1.0.5.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Mar 13, 2009
    Home (Home Wiki Page.) Wiki page edited by cwensel
  • Mar 09, 2009
    cascading-1.0.4.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Feb 27, 2009
    cascading-1.0.3.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Feb 22, 2009
    cascading-1.0.2.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Feb 04, 2009
    cascading-1.0.1.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Feb 04, 2009
    r608 (version 1.0.1) committed by cwensel   -   version 1.0.1
    version 1.0.1
  • Feb 04, 2009
    r607 (changed version) committed by cwensel   -   changed version
    changed version
  • Feb 04, 2009
    r606 (reformatting) committed by cwensel   -   reformatting
    reformatting
  • Feb 04, 2009
    r605 (Improved error message for the case a Hadoop serializer/dese...) committed by cwensel   -   Improved error message for the case a Hadoop serializer/deserializer cannot be found.
    Improved error message for the case a Hadoop serializer/deserializer cannot be found.
  • Feb 04, 2009
    r604 (Changed c.s.Scheme sourceFields default to Fields.UKNOWN. si...) committed by cwensel   -   Changed c.s.Scheme sourceFields default to Fields.UKNOWN. sinkFields default remains Fields.ALL.
    Changed c.s.Scheme sourceFields default to Fields.UKNOWN. sinkFields default remains Fields.ALL.
  • Feb 04, 2009
    r603 (Fixed bug where unsafe filename characters were leaking into...) committed by cwensel   -   Fixed bug where unsafe filename characters were leaking into temporary filenames.
    Fixed bug where unsafe filename characters were leaking into temporary filenames.
  • Feb 04, 2009
    r602 (Changed SinkMode.APPEND support checks to be done in c.t.Hfs...) committed by cwensel   -   Changed SinkMode.APPEND support checks to be done in c.t.Hfs, instead of c.t.Tap.
    Changed SinkMode.APPEND support checks to be done in c.t.Hfs, instead of c.t.Tap.
  • Feb 04, 2009
    r601 (removed dupe line) committed by cwensel   -   removed dupe line
    removed dupe line
  • Feb 03, 2009
    r600 (removed) committed by cwensel   -   removed
    removed
  • Feb 03, 2009
    r599 (moved to github) committed by cwensel   -   moved to github
    moved to github
  • Jan 14, 2009
    r598 (version 1.0.0) committed by cwensel   -   version 1.0.0
    version 1.0.0
  • Jan 14, 2009
    cascading-1.0.0.tgz (Cascading source and libraries) file uploaded by cwensel   -  
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
    Labels: Featured Type-Archive OpSys-All Hadoop-0.19.x
  • Jan 14, 2009
    r597 (updated ant nuke target) committed by cwensel   -   updated ant nuke target
    updated ant nuke target
  • Jan 14, 2009
    r596 (tests for packaged app) committed by cwensel   -   tests for packaged app
    tests for packaged app
  • Jan 13, 2009
    r595 (Updated copyright messages. Updated version to 1.0.0) committed by cwensel   -   Updated copyright messages. Updated version to 1.0.0
    Updated copyright messages. Updated version to 1.0.0
  • Jan 13, 2009
    r594 (forgot to remove previous asserts) committed by cwensel   -   forgot to remove previous asserts
    forgot to remove previous asserts
  • Jan 13, 2009
    r593 (more test updates) committed by cwensel   -   more test updates
    more test updates
 
Hosted by Google Code