You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "tamtam180 (Created) (JIRA)" <ji...@apache.org> on 2012/03/25 06:09:39 UTC

[jira] [Created] (HIVE-2902) undefined property exists in eclipse-templates/.classpath

undefined property exists in eclipse-templates/.classpath
---------------------------------------------------------

                 Key: HIVE-2902
                 URL: https://issues.apache.org/jira/browse/HIVE-2902
             Project: Hive
          Issue Type: Bug
          Components: Build Infrastructure
            Reporter: tamtam180
            Priority: Minor


@hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
but the property still exists in eclipse-templates/.classpath.

{code}
<classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
{code}

It should be changed to @hbase.version@


--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 updated HIVE-2902:
----------------------------

    Attachment: HIVE-2902.3.patch.txt

I added for the impact of rev1329381(HIVE-2646).
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Assignee: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt, HIVE-2902.2.patch.txt, HIVE-2902.3.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

Mahsa Mofidpoor commented on HIVE-2902:
---------------------------------------

then there should be no problem with removing the previous library in the build path?

                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Priority: Minor
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 updated HIVE-2902:
----------------------------

    Attachment: HIVE-2902.2.patch.txt

I was add jackson-core and jackson-mapper to classpath.
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Assignee: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt, HIVE-2902.2.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 updated HIVE-2902:
----------------------------

    Status: Patch Available  (was: Open)

please review once more.
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Assignee: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt, HIVE-2902.2.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

Ashutosh Chauhan updated HIVE-2902:
-----------------------------------

    Assignee: tamtam180
      Status: Open  (was: Patch Available)

You also need to add jackson-core and jackson-mapper jars in the classpath
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Assignee: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 commented on HIVE-2902:
---------------------------------

hbase-*-tests.jar is need.
HBaseTestSetup.java depends on org.apache.hadoop.hbase.MiniHBaseCluster only include hbase-*-tests.jar.
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Priority: Minor
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 updated HIVE-2902:
----------------------------

    Attachment: HIVE-2902.1.patch.txt

modified as follows
- changed to @hbase.version@ from @hbase-test.version@ in eclipse-templates/.classpath

                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

tamtam180 updated HIVE-2902:
----------------------------

    Status: Patch Available  (was: Open)

Could someone review this patch?
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
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-2902) undefined property exists in eclipse-templates/.classpath

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

Ashutosh Chauhan updated HIVE-2902:
-----------------------------------

    Resolution: Not A Problem
        Status: Resolved  (was: Patch Available)

No longer a problem on trunk.
                
> undefined property exists in eclipse-templates/.classpath
> ---------------------------------------------------------
>
>                 Key: HIVE-2902
>                 URL: https://issues.apache.org/jira/browse/HIVE-2902
>             Project: Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: tamtam180
>            Assignee: tamtam180
>            Priority: Minor
>         Attachments: HIVE-2902.1.patch.txt, HIVE-2902.2.patch.txt, HIVE-2902.3.patch.txt
>
>
> @hbase-test.version@ was removed from ivy/libraries.properties in HIVE-2748,
> but the property still exists in eclipse-templates/.classpath.
> {code}
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-0.92.0.jar"/>
> <classpathentry kind="lib" path="build/ivy/lib/default/hbase-@hbase-test.version@-tests.jar"/>
> {code}
> It should be changed to @hbase.version@

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira