You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Gianmarco De Francisci Morales (Created) (JIRA)" <ji...@apache.org> on 2011/11/03 16:07:32 UTC

[jira] [Created] (PIG-2349) Ant build repeats ivy-buildJar several times

Ant build repeats ivy-buildJar several times
--------------------------------------------

                 Key: PIG-2349
                 URL: https://issues.apache.org/jira/browse/PIG-2349
             Project: Pig
          Issue Type: Bug
          Components: build
    Affects Versions: 0.11
            Reporter: Gianmarco De Francisci Morales
            Priority: Minor


The ivy-buildjar step is repeated 3 times in one build.
I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.

Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

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

Daniel Dai commented on PIG-2349:
---------------------------------

+1. Both hadoop23/hadoop20 runs fine for me.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Attachment: PIG-2349.3.patch

Forgot to grant license to ASF.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149623#comment-13149623 ] 

Gianmarco De Francisci Morales commented on PIG-2349:
-----------------------------------------------------

Attaching PIG-2349.1.patch

First attempt to reduce build time.
Now Ivy:resolve gets called only once, for all configurations.
This is slower the first time, but much faster afterwards.
It cuts my common-case build time by half.

Comments?
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179373#comment-13179373 ] 

Gianmarco De Francisci Morales commented on PIG-2349:
-----------------------------------------------------

Thanks for reporting the problem Daniel.
I will fix it and test it with hadoop23.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

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

Daniel Dai commented on PIG-2349:
---------------------------------

Seems this patch break 23 tests. I guess the dependency of ivy cache in 23 tests is the cause. To reproduce it, run any MiniCluster test in 23, such as:
ant -Dtestcase=TestKeyTypeDiscoveryVisitor -Dhadoopversion=23 test

I have to temporarily revert this patch until we fix the issue.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

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

Daniel Dai commented on PIG-2349:
---------------------------------

To be more specific, Pig puts ivy cache into a text file mrapp-generated-classpath, MiniCluster will search for this file and load dependent jars. I guess this process is broken by the patch.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Attachment: PIG-2349.1.patch
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

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

Patch committed to trunk.
Thanks!
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187953#comment-13187953 ] 

Gianmarco De Francisci Morales commented on PIG-2349:
-----------------------------------------------------

Yes, I meant it fails with hadoop23.
I reverted to before PIG-2468 and TestBuiltin passes, so it is most likely caused by it.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

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

Daniel Dai commented on PIG-2349:
---------------------------------

+1
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Dmitriy V. Ryaboy (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13187919#comment-13187919 ] 

Dmitriy V. Ryaboy commented on PIG-2349:
----------------------------------------

TestBuiltin passes in trunk. Do you mean that it fails with hadoop23? Is that related to PIG-2468 ?
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Attachment: PIG-2349.2.patch

Rebased, finalized and committed PIG-2349.2.patch to trunk.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] [Reopened] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Daniel Dai (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai reopened PIG-2349:
-----------------------------

    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Attachment: PIG-2349.3.patch

PIG-2349.3.patch should fix the issue with hadoop23.
For the records, the path generated after the buggy patch was a superset of the original one, so the fault was caused by some jar that should not have been in the classpath.
I fixed it restricting the classpath to the test ivy configuration.

test-commit passes also for hadoop23.
I have a failure for TestBuiltin on hadoop23 but it seems unrelated as it fails also in trunk.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Status: Patch Available  (was: Reopened)
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch, PIG-2349.3.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Issue Type: Improvement  (was: Bug)
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Attachment:     (was: PIG-2349.3.patch)
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

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

Ashutosh Chauhan commented on PIG-2349:
---------------------------------------

Anything reducing build time is a welcome change.
                
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Priority: Minor
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.11
           Status: Resolved  (was: Patch Available)
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>             Fix For: 0.11
>
>         Attachments: PIG-2349.1.patch, PIG-2349.2.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

--
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] (PIG-2349) Ant build repeats ivy-buildJar several times

Posted by "Gianmarco De Francisci Morales (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gianmarco De Francisci Morales updated PIG-2349:
------------------------------------------------

    Assignee: Gianmarco De Francisci Morales
      Status: Patch Available  (was: Open)
    
> Ant build repeats ivy-buildJar several times
> --------------------------------------------
>
>                 Key: PIG-2349
>                 URL: https://issues.apache.org/jira/browse/PIG-2349
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Gianmarco De Francisci Morales
>            Assignee: Gianmarco De Francisci Morales
>            Priority: Minor
>         Attachments: PIG-2349.1.patch
>
>
> The ivy-buildjar step is repeated 3 times in one build.
> I think we can use an <uptodate> task to avoid checking the libs every time, speeding up the build and reducing screen spam.
> Thoughts?

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