You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2011/05/05 15:43:03 UTC

[jira] [Created] (HCATALOG-20) Create a package target

Create a package target
-----------------------

                 Key: HCATALOG-20
                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
             Project: HCatalog
          Issue Type: New Feature
    Affects Versions: 0.1, 0.2
            Reporter: Alan Gates
            Assignee: Alan Gates


We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (HCATALOG-20) Create a package target

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

Ashutosh Chauhan resolved HCATALOG-20.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2
                   0.1

+1 
Patch committed.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>             Fix For: 0.1, 0.2
>
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch, HCAT-20_4.patch, HCAT-20_5.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20.patch

This patch includes new package and tar targets in build.xml.  It also adds NOTICE, LICENSE, etc. files so that we can release.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-20) Create a package target

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

Ashutosh Chauhan commented on HCATALOG-20:
------------------------------------------

Patch doesn't include proto-hive-site.xml. Are you intending to add it in HCATALOG-21?

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch, HCAT-20_4.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-20) Create a package target

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

Ashutosh Chauhan commented on HCATALOG-20:
------------------------------------------

Instead of hive-site.xml. It should be hive-default.xml there are few other properties that hcat needs like semantic.analyzer.hook and potentially others.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-20) Create a package target

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

Ashutosh Chauhan commented on HCATALOG-20:
------------------------------------------

If possible we shall avoid another xml config file hcat-site.xml. All the properties defined in hive-default.xml and hive-site.xml should be available to use. We shall use those files to define config KVs. You can do the sed magic on those files.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20_2.patch

I forgot to change hcat.sh to use hive-site instead of hcat-site in the previous patch.  This patch fixes that.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20_5.patch

One of these days I'll get it all right.  New patch includes proto-hive-site.xml

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch, HCAT-20_4.patch, HCAT-20_5.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20_3.patch

As suggested by Ashutosh I added a few additional configuration values that HCatalog uses.  However, I kept it in hive-site.xml.  I don't think we should modify hive-default.xml, as that's Hive's default setting, and these are setting we are calling out that users need to change for themselves or change to run HCatalog.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HCATALOG-20) Create a package target

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

Ashutosh Chauhan commented on HCATALOG-20:
------------------------------------------

patch looks good but all the test cases are failing.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20_1.patch

Modified version of the patch that keeps the filename as hive-site.xml instead of hcat-site.xml.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HCATALOG-20) Create a package target

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

Alan Gates updated HCATALOG-20:
-------------------------------

    Attachment: HCAT-20_4.patch

Changes to the hive-site.xml were being picked up by the unit tests.  I moved it to proto-hive-site.xml to avoid this.  I'll change the install in HCATALOG-21 to move this to hive-site.xml.

> Create a package target
> -----------------------
>
>                 Key: HCATALOG-20
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-20
>             Project: HCatalog
>          Issue Type: New Feature
>    Affects Versions: 0.1, 0.2
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HCAT-20.patch, HCAT-20_1.patch, HCAT-20_2.patch, HCAT-20_3.patch, HCAT-20_4.patch
>
>
> We need a package target that creates a tarball we can release.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira