Replies: 6
Hi,
Im using Ambari 1.6.1 and try to use Hive. When i installed and started everything it worked fine. But then after a few seconds the mysqlserver state changes from start to stopped and theres no error message at all.
Im using ambari and this it what i see in the logs when i started it :
2014-08-13 10:32:41,677 – Execute['service mysqld start'] {‘logoutput’: True, ‘not_if’: ‘service mysqld status | grep running’}
2014-08-13 10:32:41,782 – mysqld starten: [ OK ]
Theres no error messages i also checked the hive log directories but all i can see is metastore server succesfullly started and logs like that. I got the default config for Hive with com.mysql.jdbc.Driver as JDBC Driver Class and then jdbc:mysql://r5007.esg-gmbh.de/hive?createDatabaseIfNotExist=true as database url.
Im not really good with mysql so im wondering whats going on now why is it stopped without any errors? i tried to use hive anyways but then i get failed to get schema errors.