[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-06-30 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: Open  (was: Patch Available)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-06-30 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: Patch Available  (was: Open)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-01 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: Open  (was: Patch Available)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-01 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: Patch Available  (was: Open)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-02 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: In Progress  (was: Patch Available)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-02 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Status: Patch Available  (was: In Progress)

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-15 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-659:
--

Priority: Critical  (was: Major)

Increasing the priority as gridmix compilation is broken

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
>Priority: Critical
> Attachments: 659-1.patch, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-07-28 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

Attachment: MAPREDUCE-659-V2.PATCH

created a different target for developers 
dev-build 

cd trunk
ant all-jars - this would create all the jars of mapreduce
cd src/benchmarks/gridmix2
ant dev-build 

this would create the gridmix2 jar.

others can continue using the same target as before.



> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
>Priority: Critical
> Attachments: 659-1.patch, MAPREDUCE-659-V2.PATCH, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-659) gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2

2009-08-05 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated MAPREDUCE-659:
-

   Resolution: Fixed
Fix Version/s: 0.21.0
   Status: Resolved  (was: Patch Available)

I just committed this.
Thanks for the comments.

> gridmix2 not compiling under mapred module trunk/src/benchmarks/gridmix2 
> -
>
> Key: MAPREDUCE-659
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-659
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: build
> Environment: latest trunk
>Reporter: Iyappan Srinivasan
>Assignee: Giridharan Kesavan
>Priority: Critical
> Fix For: 0.21.0
>
> Attachments: 659-1.patch, MAPREDUCE-659-V2.PATCH, MAPREDUCE-659.PATCH
>
>
> When build is tried in gridmix2, it fails
> trunk/src/benchmarks/gridmix2 $ ant
> Buildfile: build.xml
> init:
> compile:
> [javac] Compiling 3 source files to 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:40:
>  package org.apache.hadoop.streaming does not exist
> [javac] import org.apache.hadoop.streaming.StreamJob;
> [javac]   ^
> [javac] 
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/src/java/org/apache/hadoop/mapred/GridMixRunner.java:123:
>  cannot find symbol
> [javac] symbol: variable StreamJob
> [javac] JobConf jobconf = StreamJob.createJob(args);
> [javac]   ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -Xlint:deprecation for details.
> [javac] 2 errors
> BUILD FAILED
> /home/iyappans/new_trunk1/mapreduce/trunk/src/benchmarks/gridmix2/build.xml:27:
>  Compile failed; see the compiler error output for details.
> Total time: 1 second

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.