You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org> on 2012/05/20 10:28:40 UTC

[jira] [Created] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

Jarek Jarcec Cecho created SQOOP-488:
----------------------------------------

             Summary: Parameter for extended verbose is not working due to migrated code to different module
                 Key: SQOOP-488
                 URL: https://issues.apache.org/jira/browse/SQOOP-488
             Project: Sqoop
          Issue Type: Bug
    Affects Versions: 1.4.1-incubating, 1.4.0-incubating
            Reporter: Jarek Jarcec Cecho
            Assignee: Jarek Jarcec Cecho
             Fix For: 1.4.2-incubating


Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

Posted by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Jarcec Cecho updated SQOOP-488:
-------------------------------------

    Attachment: SQOOP-488.patch
    
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

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

Hudson commented on SQOOP-488:
------------------------------

Integrated in Sqoop-ant-jdk-1.6 #115 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6/115/])
    SQOOP-488. Parameter for extended verbose is not working due to migrated code to different module
(Jarek Jarcec Cecho via Kathleen Ting) (Revision 1343147)

     Result = SUCCESS
kathleen : 
Files : 
* /sqoop/trunk/src/java/org/apache/sqoop/tool/BaseSqoopTool.java

                
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

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

Cheolsoo Park updated SQOOP-488:
--------------------------------

    Comment: was deleted

(was: While working on another jira, I've noticed that a style check error is introduced into the trunk.

Please find the attached patch: SQOOP-488-2.patch.)
    
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

Posted by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279697#comment-13279697 ] 

Jarek Jarcec Cecho commented on SQOOP-488:
------------------------------------------

Attached patch do have granted Apache license even though that Apache icon is not visible (at least for me).
                
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

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

Cheolsoo Park updated SQOOP-488:
--------------------------------

    Attachment:     (was: SQOOP-488-2.patch)
    
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

Posted by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SQOOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Jarcec Cecho updated SQOOP-488:
-------------------------------------

    Attachment: SQOOP-488.patch
    
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

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

Cheolsoo Park updated SQOOP-488:
--------------------------------

    Attachment: SQOOP-488-2.patch

While working on another jira, I've noticed that a style check error is introduced into the trunk.

Please find the attached patch: SQOOP-488-2.patch.
                
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488-2.patch, SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SQOOP-488) Parameter for extended verbose is not working due to migrated code to different module

Posted by "Cheolsoo Park (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SQOOP-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283840#comment-13283840 ] 

Cheolsoo Park commented on SQOOP-488:
-------------------------------------

+1.

I also noticed this issue while working on other jiras.
                
> Parameter for extended verbose is not working due to migrated code to different module
> --------------------------------------------------------------------------------------
>
>                 Key: SQOOP-488
>                 URL: https://issues.apache.org/jira/browse/SQOOP-488
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.4.0-incubating, 1.4.1-incubating
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-488.patch, SQOOP-488.patch
>
>
> Parameter --verbose is not working as expected on 1.4.x. This is caused by code  move to module org.apache.sqoop from com.cloudera.apache without fixing verbose handling code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira