[ 
https://issues.apache.org/jira/browse/HCATALOG-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293658#comment-13293658
 ] 

Travis Crawford commented on HCATALOG-429:
------------------------------------------

Hey Russell, here's what I see on trunk:

{code}
$ ant clean tar
$ tar -tf build/hcatalog-0.5.0-dev.tar.gz | grep NOTICE
hcatalog-0.5.0-dev/share/doc/hcatalog/NOTICE.txt
{code}

I believe that's consistent with:

{code}
$ grep NOTICE.txt 
build/hcatalog-0.5.0-dev/share/hcatalog/scripts/hcat_server_install.sh
dir_check=`head -1 share/doc/hcatalog/NOTICE.txt`
{code}

Can you show me in which branch this issue exists? Maybe some stuff was moved 
around and these got out of sync for a bit.
                
> scripts/hcatalog_server_install.sh references 'share/doc/hcatalog/NOTICE.txt' 
> instead of NOTICE.txt
> ---------------------------------------------------------------------------------------------------
>
>                 Key: HCATALOG-429
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-429
>             Project: HCatalog
>          Issue Type: Bug
>          Components: scripts
>    Affects Versions: 0.4
>         Environment: Amazon EMR
>            Reporter: Russell Jurney
>            Priority: Blocker
>              Labels: blog, hcatalog, installation, post, problems
>             Fix For: 0.4.1
>
>         Attachments: HCATALOG-429.patch
>
>
> Installing HCatalog from 
> http://incubator.apache.org/hcatalog/docs/r0.4.0/install.html
> hadoop@ip-10-4-115-51:~/hcatalog-src-0.4.0-incubating$ 
> ./scripts/hcat_server_install.sh -r root -d hive_081 -h $HADOOP_HOME -p 9933
> head: cannot open `share/doc/hcatalog/NOTICE.txt' for reading: No such file 
> or directory
> Reading the script shows that the problem is: dir_check=`head -1 
> share/doc/hcatalog/NOTICE.txt`
> Submitting patch.

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

        

Reply via email to