You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (Created) (JIRA)" <ji...@apache.org> on 2012/01/29 22:17:10 UTC

[jira] [Created] (HIVE-2761) Remove lib/javaewah-0.3.jar

Remove lib/javaewah-0.3.jar
---------------------------

                 Key: HIVE-2761
                 URL: https://issues.apache.org/jira/browse/HIVE-2761
             Project: Hive
          Issue Type: Bug
          Components: Build Infrastructure
    Affects Versions: 0.8.0, 0.8.1, 0.9.0
            Reporter: Ashutosh Chauhan
             Fix For: 0.9.0


After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

Posted by "Edward Capriolo (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo reassigned HIVE-2761:
-------------------------------------

    Assignee: Edward Capriolo
    
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Carl Steinbach commented on HIVE-2761:
--------------------------------------

We're not managing javaewah with Ivy because it's not available from any of the public Maven repos (as far as I know).

                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>             Fix For: 0.9.0
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Ashutosh Chauhan commented on HIVE-2761:
----------------------------------------

@Ed,
Can you upload the patch on jira granting perms?
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.D1911.1.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Daniel Lemire commented on HIVE-2761:
-------------------------------------

That is correct. We upgraded the version of JavaEWAH to 0.3.1 when we posted it to the Maven central repository. Version 0.3.2 is simply a revision of the documentation (I corrected a few typos in the comments). 

You should be able to call on JavaEWAH as a dependency in the following manner:

<dependencies>
    <dependency>
        <groupId>com.googlecode.javaewah</groupId>
        <artifactId>JavaEWAH</artifactId>
        <version>0.3.2</version>
    </dependency>
  </dependencies>

The upgrade from 0.3.0 to 0.3.2 should be harmless.


                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>             Fix For: 0.9.0
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Hudson commented on HIVE-2761:
------------------------------

Integrated in Hive-trunk-h0.21 #1276 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1276/])
    HIVE-2761: Remove lib/javaewah-0.3.jar (ecapriolo via hashutosh) (Revision 1293617)

     Result = FAILURE
hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1293617
Files : 
* /hive/trunk/build-common.xml
* /hive/trunk/eclipse-templates/.classpath
* /hive/trunk/ivy/libraries.properties
* /hive/trunk/lib/javaewah-0.3.jar
* /hive/trunk/lib/javaewah.LICENSE
* /hive/trunk/ql/build.xml
* /hive/trunk/ql/ivy.xml

                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.2.patch.txt, HIVE-2761.3.patch.txt, HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Phabricator commented on HIVE-2761:
-----------------------------------

ashutoshc has accepted the revision "HIVE-2761 [jira] Remove lib/javaewah-0.3.jar".

  +1 Running tests.

REVISION DETAIL
  https://reviews.facebook.net/D1911

BRANCH
  svn

                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.D1911.1.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Phabricator updated HIVE-2761:
------------------------------

    Attachment: HIVE-2761.D1911.1.patch

edwardcapriolo requested code review of "HIVE-2761 [jira] Remove lib/javaewah-0.3.jar".
Reviewers: JIRA

  https://issues.apache.org/jira/browse/HIVE-2761

  Jar in SVN bad. Jar from maven good.

  After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1911

AFFECTED FILES
  lib/javaewah-0.3.jar
  lib/javaewah.LICENSE
  ivy/libraries.properties
  ql/ivy.xml
  ql/build.xml

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/4059/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.D1911.1.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Edward Capriolo updated HIVE-2761:
----------------------------------

    Attachment: HIVE-2761.2.patch.txt

Found one more instance of javaEwah
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.2.patch.txt, HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Edward Capriolo updated HIVE-2761:
----------------------------------

    Attachment: HIVE-2761.3.patch.txt

This covers the .classpath template as well.
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.2.patch.txt, HIVE-2761.3.patch.txt, HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Ashutosh Chauhan commented on HIVE-2761:
----------------------------------------

There is one more in .classpath
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.2.patch.txt, HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Ashutosh Chauhan commented on HIVE-2761:
----------------------------------------

Looking at http://code.google.com/p/javaewah/ it seems its now available via maven.
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>             Fix For: 0.9.0
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] (HIVE-2761) Remove lib/javaewah-0.3.jar

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

Phabricator updated HIVE-2761:
------------------------------

    Attachment: HIVE-2761.D1911.2.patch

edwardcapriolo updated the revision "HIVE-2761 [jira] Remove lib/javaewah-0.3.jar".
Reviewers: JIRA, ashutoshc

  Found one more instance of javaewah hardcoded.

REVISION DETAIL
  https://reviews.facebook.net/D1911

AFFECTED FILES
  lib/javaewah-0.3.jar
  lib/javaewah.LICENSE
  ivy/libraries.properties
  build-common.xml
  ql/ivy.xml
  ql/build.xml

                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

--
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] [Resolved] (HIVE-2761) Remove lib/javaewah-0.3.jar

Posted by "Ashutosh Chauhan (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan resolved HIVE-2761.
------------------------------------

    Resolution: Fixed

Committed to trunk. Thanks, Ed!
                
> Remove lib/javaewah-0.3.jar
> ---------------------------
>
>                 Key: HIVE-2761
>                 URL: https://issues.apache.org/jira/browse/HIVE-2761
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Edward Capriolo
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2761.2.patch.txt, HIVE-2761.3.patch.txt, HIVE-2761.D1911.1.patch, HIVE-2761.D1911.2.patch
>
>
> After HIVE-2391 it is retrieved from maven repo via ivy, we can get rid of it from our lib/

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