[ 
https://issues.apache.org/jira/browse/BIGTOP-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Mackrory updated BIGTOP-886:
---------------------------------

    Attachment: 0001-BIGTOP-886.-Non-fatal-errors-when-starting-Hive-daem.patch

The problem was incorrect permissions on the /var/lib/hive directory, and a 
trailing space after a backslash, preventing a multi-line command from being 
parsed properly.
                
> Non-fatal errors when starting Hive daemons in EL5
> --------------------------------------------------
>
>                 Key: BIGTOP-886
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-886
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.6.0
>            Reporter: Sean Mackrory
>            Assignee: Sean Mackrory
>         Attachments: 
> 0001-BIGTOP-886.-Non-fatal-errors-when-starting-Hive-daem.patch
>
>
> When starting the Hive server and metastore in CentOS 5 some permissions 
> errors related to nohup.out are printed. Initially, they do not appear to 
> affect the service.
> {noformat}
> $ sudo service hive-server start
> Starting (hive-server):                                    [  OK  ]
> nohup: failed to open `nohup.out': Permission denied
> nohup: failed to open `/var/lib/hive/nohup.out': Permission denied
> $ sudo service hive-server status
> Checking for service : server is running                   [  OK  ]
> $ sudo service hive-metastore start
> Starting (hive-metastore):                                 [  OK  ]
> nohup: failed to open `nohup.out': Permission denied
> nohup: failed to open `/var/lib/hive/nohup.out': Permission denied
> $ sudo service hive-metastore status
> Checking for service : metastore is running                [  OK  ]
> {noformat}

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

Reply via email to