You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Iyappan Srinivasan (JIRA)" <ji...@apache.org> on 2010/06/23 07:08:50 UTC

[jira] Created: (HADOOP-6836) Test Autoamtion : Method for restarting the daemon with new configuration.

Test Autoamtion : Method for restarting the daemon with new configuration.
--------------------------------------------------------------------------

                 Key: HADOOP-6836
                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
             Project: Hadoop Common
          Issue Type: Test
          Components: test
            Reporter: Iyappan Srinivasan
            Assignee: Vinay Kumar Thota


HADOP-6772 deals with 
Common utilities for system tests.
1. A method for restarting the daemon with new configuration.
c throws Exception; 

2. A method for restarting the daemon with default configuration.
public void restart() throws Exception;

3. A method for waiting until daemon is stop.
public void waitForClusterToStop() throws Exception;

In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
"public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
be generalized to accepts string too. All otehr methods should work as usual.



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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886849#action_12886849 ] 

Vinay Kumar Thota commented on HADOOP-6836:
-------------------------------------------

Cos, patch is working fine and I don't see any issues.Please commit into trunk.

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6836:
--------------------------------------

    Attachment:     (was: 6836-ydist-security.patch)

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888475#action_12888475 ] 

Konstantin Boudnik commented on HADOOP-6836:
--------------------------------------------

+1 patch looks good. The warnings are apparently unrelated. Will commit it shortly.

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887547#action_12887547 ] 

Hadoop QA commented on HADOOP-6836:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12448033/HADOOP-6836.patch
  against trunk revision 962998.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 javadoc.  The javadoc tool appears to have generated 1 warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/608/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/608/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/608/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/608/console

This message is automatically generated.

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6836:
--------------------------------------

    Summary: [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.  (was: Test Autoamtion : Method for restarting the daemon with new configuration.)

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot]: Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-6836:
---------------------------------------

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

I have committed this. Thanks Vinay.

> [Herriot]: Generic method for adding/modifying the attributes for new configuration.
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) Test Autoamtion : Method for restarting the daemon with new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6836:
--------------------------------------

    Attachment: 6836-ydist-security.patch

Patch for yahoo distribution security branch.

> Test Autoamtion : Method for restarting the daemon with new configuration.
> --------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot]: Generic method for adding/modifying the attributes for new configuration.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888779#action_12888779 ] 

Hudson commented on HADOOP-6836:
--------------------------------

Integrated in Hadoop-Common-trunk #393 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/393/])
    HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes for new configuration. Contributed by Vinay Thota.


> [Herriot]: Generic method for adding/modifying the attributes for new configuration.
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot]: Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-6836:
---------------------------------------

    Tags: herriot

> [Herriot]: Generic method for adding/modifying the attributes for new configuration.
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888302#action_12888302 ] 

Vinay Kumar Thota commented on HADOOP-6836:
-------------------------------------------

I can see there are 6 javadoc warnings and all of them are related to warning: sun.security.krb5.Config.So, I don't think the patch could raise the number of java doc warning considering the scope of the patch.


> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883693#action_12883693 ] 

Konstantin Boudnik commented on HADOOP-6836:
--------------------------------------------

Patch looks good. +1 
Please do the usual patch verification through Hudson (submit the patch) to make sure all is cool.


> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot]: Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-6836:
---------------------------------------

    Summary: [Herriot]: Generic method for adding/modifying the attributes for new configuration.  (was: [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.)

> [Herriot]: Generic method for adding/modifying the attributes for new configuration.
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated HADOOP-6836:
--------------------------------------

    Attachment: 6836-ydist-security.patch
                HADOOP-6836.patch

Patches for both trunk and yahoo dist security branch.

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Updated: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-6836:
---------------------------------------

               Status: Patch Available  (was: Open)
         Hadoop Flags: [Reviewed]
    Affects Version/s: 0.21.0

Vinay, usual verification means running a patch through {{test-patch}} process. One can do it by clicking on 'Submit patch' link in a JIRA.

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot]: Generic method for adding/modifying the attributes for new configuration.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888489#action_12888489 ] 

Hudson commented on HADOOP-6836:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #325 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/325/])
    HADOOP-6836. [Herriot]: Generic method for adding/modifying the attributes for new configuration. Contributed by Vinay Thota.


> [Herriot]: Generic method for adding/modifying the attributes for new configuration.
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>             Fix For: 0.21.0
>
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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


[jira] Commented: (HADOOP-6836) [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.

Posted by "Iyappan Srinivasan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-6836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12883094#action_12883094 ] 

Iyappan Srinivasan commented on HADOOP-6836:
--------------------------------------------

+1 for the patch

> [Herriot] Test Autoamtion : Generic method for adding/modifying the attributes for new configuration.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6836
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6836
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: test
>            Reporter: Iyappan Srinivasan
>            Assignee: Vinay Kumar Thota
>         Attachments: 6836-ydist-security.patch, HADOOP-6836.patch
>
>
> HADOP-6772 deals with 
> Common utilities for system tests.
> 1. A method for restarting the daemon with new configuration.
> c throws Exception; 
> 2. A method for restarting the daemon with default configuration.
> public void restart() throws Exception;
> 3. A method for waiting until daemon is stop.
> public void waitForClusterToStop() throws Exception;
> In this  some variables are made of String, instead of Long. Those needs ot be changed too. So, can this method 
> "public static void restartClusterWithNewConfig(Hashtable<String,Long> props, String confFile) throws Exception;"
> be generalized to accepts string too. All otehr methods should work as usual.

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