You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gang Tim Liu (JIRA)" <ji...@apache.org> on 2012/05/04 19:20:48 UTC

[jira] [Created] (HIVE-3003) "ant gen-test" fails in ./ql

Gang Tim Liu created HIVE-3003:
----------------------------------

             Summary: "ant gen-test" fails in ./ql
                 Key: HIVE-3003
                 URL: https://issues.apache.org/jira/browse/HIVE-3003
             Project: Hive
          Issue Type: Bug
          Components: Tests
            Reporter: Gang Tim Liu
            Assignee: Gang Tim Liu
            Priority: Minor


ant gen-test fails in <hive-root>/ql. 

Expected behavior
=================
BUILD SUCCESSFUL

Actual behavior
================
BUILD FAILED
./hive/ql/build.xml:85: Problem: failed to create task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

How to reproduce it
===================
1. git clone git://github.com/facebook/arcanist.git
2. ant clean package eclipse-files
3. cd metastore/
4. ant model-jar
5. cd ../ql
6. ant gen-test

Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup


--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

I update wiki https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup about it. Please look at attachment about change.

thanks
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu resolved HIVE-3003.
--------------------------------

      Resolution: Fixed
    Release Note: wiki has been updated. resolve the issue.
    
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

@Carl, thanks a lot. My wiki userid: gangtimliu . Thanks again




                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach updated HIVE-3003:
---------------------------------

    Component/s:     (was: Tests)
                 Documentation
    
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

@Carl thanks a lot will let you know how it goes thanks again Tim

Sent from my iPhone



                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu updated HIVE-3003:
-------------------------------

    Attachment: Hive-3003.png
    
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach commented on HIVE-3003:
--------------------------------------

@Tim: I added you to the wiki ACL. Let me know if you run into any problems.
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach resolved HIVE-3003.
----------------------------------

    Resolution: Invalid
    
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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] [Work started] (HIVE-3003) "ant gen-test" fails in ./ql

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

Work on HIVE-3003 started by Gang Tim Liu.

> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach commented on HIVE-3003:
--------------------------------------

The directions on the wiki are outdated. We not longer support running ant from any of the subproject directories -- you have to run it from the root directory instead. Let me know if you have time to update the wiki and I can add you to the ACL. Thanks!
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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] (HIVE-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach reopened HIVE-3003:
----------------------------------

    
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

Root-cause
==========
ant-contrib is not configured in ql/build.xml

Solution
========
Add it to it. Reference is here http://ant-contrib.sourceforge.net/

                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Carl Steinbach commented on HIVE-3003:
--------------------------------------

@Tim: No problem. Please tell me your wiki userid and I will add you to the ACL. Thanks.
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

Hi Carl, I forgot to say "thanks" in previous comment. I am sorry. thank you for providing me information. thank you for quick reply. thanks again Tim
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

@Carl, I forgot to thank you again :) sorry. It works and I can update wiki. thanks again Tim
                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>         Attachments: Hive-3003.png
>
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

--
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-3003) "ant gen-test" fails in ./ql

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

Gang Tim Liu commented on HIVE-3003:
------------------------------------

Yes, please 

so that I can update it today.




                
> "ant gen-test" fails in ./ql
> ----------------------------
>
>                 Key: HIVE-3003
>                 URL: https://issues.apache.org/jira/browse/HIVE-3003
>             Project: Hive
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Gang Tim Liu
>            Assignee: Gang Tim Liu
>            Priority: Minor
>
> ant gen-test fails in <hive-root>/ql. 
> Expected behavior
> =================
> BUILD SUCCESSFUL
> Actual behavior
> ================
> BUILD FAILED
> ./hive/ql/build.xml:85: Problem: failed to create task or type if
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> How to reproduce it
> ===================
> 1. git clone git://github.com/facebook/arcanist.git
> 2. ant clean package eclipse-files
> 3. cd metastore/
> 4. ant model-jar
> 5. cd ../ql
> 6. ant gen-test
> Details in https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup

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