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 (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 08:54:01 UTC

[jira] [Created] (SQOOP-439) Released artifacts should embrace unwritten naming policy

Released artifacts should embrace unwritten naming policy
---------------------------------------------------------

                 Key: SQOOP-439
                 URL: https://issues.apache.org/jira/browse/SQOOP-439
             Project: Sqoop
          Issue Type: New Feature
            Reporter: Jarek Jarcec Cecho
            Priority: Minor


We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.

More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

jiraposter@reviews.apache.org commented on SQOOP-439:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3949/#review5257
-----------------------------------------------------------

Ship it!


Look good overall.  Just one minor suggestion below.


/build.xml
<https://reviews.apache.org/r/3949/#comment11474>

    value="${artifact.name}"


- Bilung


On 2012-02-18 16:15:07, Jarek Cecho wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3949/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-02-18 16:15:07)
bq.  
bq.  
bq.  Review request for Sqoop, Arvind Prabhakar and Bilung Lee.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  I've changed ant configuration to generate artifacts based on policy that we agreed on JIRA for both source and binary releases. 
bq.  
bq.  I've tried to use AntCall (http://ant.apache.org/manual/Tasks/antcall.html) to generate binary artifacts for all supported versions at once, however I wasn't able to get it working in reasonable time. 
bq.  
bq.  I'll update wiki page "How to Release" in case that this patch will be accepted.
bq.  
bq.  
bq.  This addresses bug SQOOP-439.
bq.      https://issues.apache.org/jira/browse/SQOOP-439
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /build.xml 1245157 
bq.  
bq.  Diff: https://reviews.apache.org/r/3949/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ant srctar
bq.  ant tar
bq.  - Inside generated artifacts both "ant test" and "ant releaseaudit"
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Jarek
bq.  
bq.


                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Jarek Jarcec Cecho updated SQOOP-439:
-------------------------------------

    Attachment: SQOOP-439.patch
    
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

jiraposter@reviews.apache.org commented on SQOOP-439:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3949/
-----------------------------------------------------------

Review request for Sqoop, Arvind Prabhakar and Bilung Lee.


Summary
-------

I've changed ant configuration to generate artifacts based on policy that we agreed on JIRA for both source and binary releases. 

I've tried to use AntCall (http://ant.apache.org/manual/Tasks/antcall.html) to generate binary artifacts for all supported versions at once, however I wasn't able to get it working in reasonable time. 

I'll update wiki page "How to Release" in case that this patch will be accepted.


This addresses bug SQOOP-439.
    https://issues.apache.org/jira/browse/SQOOP-439


Diffs
-----

  /build.xml 1245157 

Diff: https://reviews.apache.org/r/3949/diff


Testing
-------

ant srctar
ant tar
- Inside generated artifacts both "ant test" and "ant releaseaudit"


Thanks,

Jarek


                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Arvind Prabhakar commented on SQOOP-439:
----------------------------------------

+1 for that Jarcec. Automating this in the build will reduce the burden on RM going forward and worth spending the time to do that.
                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Priority: Minor
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Hudson commented on SQOOP-439:
------------------------------

Integrated in Sqoop-ant-jdk-1.6 #86 (See [https://builds.apache.org/job/Sqoop-ant-jdk-1.6/86/])
    SQOOP-439: Released artifacts should embrace unwritten naming policy (Revision 1292486)

     Result = SUCCESS
blee : http://svn.apache.org/viewvc/?view=rev&rev=1292486
Files : 
* /incubator/sqoop/trunk/build.xml

                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Bilung Lee updated SQOOP-439:
-----------------------------

    Fix Version/s: 1.4.2-incubating
    
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

jiraposter@reviews.apache.org commented on SQOOP-439:
-----------------------------------------------------



bq.  On 2012-02-22 19:41:46, Bilung Lee wrote:
bq.  > +1

Thank you very much for your review sir. I've already uploaded updated patch to JIRA, so please feel free to commit it in.


- Jarek


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3949/#review5289
-----------------------------------------------------------


On 2012-02-22 08:01:10, Jarek Cecho wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3949/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-02-22 08:01:10)
bq.  
bq.  
bq.  Review request for Sqoop, Arvind Prabhakar and Bilung Lee.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  I've changed ant configuration to generate artifacts based on policy that we agreed on JIRA for both source and binary releases. 
bq.  
bq.  I've tried to use AntCall (http://ant.apache.org/manual/Tasks/antcall.html) to generate binary artifacts for all supported versions at once, however I wasn't able to get it working in reasonable time. 
bq.  
bq.  I'll update wiki page "How to Release" in case that this patch will be accepted.
bq.  
bq.  
bq.  This addresses bug SQOOP-439.
bq.      https://issues.apache.org/jira/browse/SQOOP-439
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /build.xml 1292137 
bq.  
bq.  Diff: https://reviews.apache.org/r/3949/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ant srctar
bq.  ant tar
bq.  - Inside generated artifacts both "ant test" and "ant releaseaudit"
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Jarek
bq.  
bq.


                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

jiraposter@reviews.apache.org commented on SQOOP-439:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3949/
-----------------------------------------------------------

(Updated 2012-02-22 08:01:10.675913)


Review request for Sqoop, Arvind Prabhakar and Bilung Lee.


Changes
-------

Applied Bilung's suggestion.


Summary
-------

I've changed ant configuration to generate artifacts based on policy that we agreed on JIRA for both source and binary releases. 

I've tried to use AntCall (http://ant.apache.org/manual/Tasks/antcall.html) to generate binary artifacts for all supported versions at once, however I wasn't able to get it working in reasonable time. 

I'll update wiki page "How to Release" in case that this patch will be accepted.


This addresses bug SQOOP-439.
    https://issues.apache.org/jira/browse/SQOOP-439


Diffs (updated)
-----

  /build.xml 1292137 

Diff: https://reviews.apache.org/r/3949/diff


Testing
-------

ant srctar
ant tar
- Inside generated artifacts both "ant test" and "ant releaseaudit"


Thanks,

Jarek


                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Jarek Jarcec Cecho updated SQOOP-439:
-------------------------------------

    Status: Patch Available  (was: Open)
    
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

jiraposter@reviews.apache.org commented on SQOOP-439:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3949/#review5289
-----------------------------------------------------------

Ship it!


+1

- Bilung


On 2012-02-22 08:01:10, Jarek Cecho wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/3949/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-02-22 08:01:10)
bq.  
bq.  
bq.  Review request for Sqoop, Arvind Prabhakar and Bilung Lee.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  I've changed ant configuration to generate artifacts based on policy that we agreed on JIRA for both source and binary releases. 
bq.  
bq.  I've tried to use AntCall (http://ant.apache.org/manual/Tasks/antcall.html) to generate binary artifacts for all supported versions at once, however I wasn't able to get it working in reasonable time. 
bq.  
bq.  I'll update wiki page "How to Release" in case that this patch will be accepted.
bq.  
bq.  
bq.  This addresses bug SQOOP-439.
bq.      https://issues.apache.org/jira/browse/SQOOP-439
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    /build.xml 1292137 
bq.  
bq.  Diff: https://reviews.apache.org/r/3949/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ant srctar
bq.  ant tar
bq.  - Inside generated artifacts both "ant test" and "ant releaseaudit"
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Jarek
bq.  
bq.


                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Jarek Jarcec Cecho updated SQOOP-439:
-------------------------------------

    Attachment: SQOOP-439.patch
    
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Arvind Prabhakar commented on SQOOP-439:
----------------------------------------

@Jarcec - thanks for filing this. Perhaps the resolution of this issue is to update our How To Release page on the wiki and call out the exact details of how the artifacts should be named. I have the following suggestion:

* Source artifact is named by the project/version as usual: sqoop-1.4.1-incubating.tar.gz   
* Binary artifacts are named by project/version with a ".bin" suffix and other details like hadoop version etc. For example: sqoop-1.4.1-incubating.bin__hadoop-0.20.tar.gz

What do you think?
                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Priority: Minor
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

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

Thank you for your feedback Arvind. I agree with you on suggested naming convention. 

I would like to see if ant can be easily modified to generate properly named artifacts instead of changing only the wiki. I would like to have as much as possible done by 
ant so that Release Manager do not have to deal with everything manually.

I know that we're going to abandon ant in sqoop 2 and that's why I'm saying "easily modified" :-)

Jarcec
                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Priority: Minor
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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] [Assigned] (SQOOP-439) Released artifacts should embrace unwritten naming policy

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

Jarek Jarcec Cecho reassigned SQOOP-439:
----------------------------------------

    Assignee: Jarek Jarcec Cecho
    
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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-439) Released artifacts should embrace unwritten naming policy

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

Bilung Lee updated SQOOP-439:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch committed.  Thanks, Jarcec!
                
> Released artifacts should embrace unwritten naming policy
> ---------------------------------------------------------
>
>                 Key: SQOOP-439
>                 URL: https://issues.apache.org/jira/browse/SQOOP-439
>             Project: Sqoop
>          Issue Type: New Feature
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Minor
>         Attachments: SQOOP-439.patch, SQOOP-439.patch
>
>
> We should make source artifact default by removing "-src" postfix from it's name to have similar naming policies as other hadoop related projects.
> More info can be found on following mail thread http://markmail.org/message/krec2kionhxbrmhw

--
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