[
https://issues.apache.org/jira/browse/HADOOP-2888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572866#action_12572866
]
Hadoop QA commented on HADOOP-2888:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12376542/gridmix_patch
against trunk revision 619744.
@author +1. The patch does not contain any @author tags.
tests included +1. The patch appears to include 24 new or modified tests.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1843/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1843/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1843/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1843/console
This message is automatically generated.
> Enhancements to gridmix scripts
> -------------------------------
>
> Key: HADOOP-2888
> URL: https://issues.apache.org/jira/browse/HADOOP-2888
> Project: Hadoop Core
> Issue Type: Improvement
> Components: test
> Affects Versions: 0.17.0
> Reporter: Mukund Madhugiri
> Assignee: Mukund Madhugiri
> Fix For: 0.17.0
>
> Attachments: gridmix_patch, gridmix_patch
>
>
> I would like to propose enhancements to the gridmix scripts to make it:
> 1. easier to setup parameters for the test run and data generation (makes it
> easier to automate the runs using something like hudson)
> 2. ensure the benchmarks wait until they are completed (makes it easier to
> automate the runs using something like hudson)
> Here are the details:
> Ability to override these parameters in gridmix-env
> * HADOOP_HOME
> * GRID_MIX_HOME
> * EXAMPLE_JAR
> * APP_JAR
> * STREAM_JAR
> * GRID_MIX_DATA
> * GRID_MIX_PROG
> Ability to override these parameters in generateData.sh
> * COMPRESSED_DATA_BYTES
> * UNCOMPRESSED_DATA_BYTES
> * INDIRECT_DATA_BYTES
> Ability for the tests submitted to the same cluster to wait until they are
> done. Changes will be in:
> * submissionScripts/monsterQueriesToSameCluster
> * submissionScripts/maxentToSameCluster
> * submissionScripts/textSortToSameCluster
> * submissionScripts/webdataScanToSameCluster
> * submissionScripts/webdataSortToSameCluster
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.