HDP 2.1.7 can't start hive metastore service

2014-11-04 Thread guxiaobo1982
Hi, I use ambari 1.6.1 to install a single node cluster, I can see ambari installed the lasted version 2.1.7 of HDP, but the hive service failed to start with the following messages: stderr: /var/lib/ambari-agent/data/errors-56.txt 2014-11-04 16:46:08,931 - Error while executing command

Re: timeline service installed by ambari can't start

2014-11-04 Thread guxiaobo1982
I delete the /hadoop directory manully, then a reinstallation works, thanks. -- Original -- From: Mingjiang Shi;m...@pivotal.io; Send time: Tuesday, Nov 4, 2014 2:39 PM To: user@ambari.apache.orguser@ambari.apache.org; Subject: Re: timeline service

Re: timeline service installed by ambari can't start

2014-11-04 Thread Janos Matyas
If you have not made this working yet you can use this blueprint - https://raw.githubusercontent.com/sequenceiq/sequenceiq-samples/master/timeline-server/blueprints/multi-node-hdfs-yarn-tez-timeline-service.json Also if you are looking for further information you can check this post

Re: how to install a specific version of HDP using Ambari

2014-11-04 Thread Jeff Sposetti
You are correct that Ambari will grab the latest HDP 2.1.x maintenance release repos if you are connected to the internet (for it to check for the latest) and you select stack HDP 2.1. But if you want to install an older version of HDP 2.1.x, do the following: 1) During install, on the Select

Re: HDP 2.1.7 can't start hive metastore service

2014-11-04 Thread Ravi Mutyala
This most likely is an error authenticating/connecting to the metastore. Did this node have an existing mysql? You can try connecting using mysql client and with -h hostname so it does not use localhost and see if connects. On Tue, Nov 4, 2014 at 10:03 PM, guxiaobo1982 guxiaobo1...@qq.com wrote:

Re: HDP 2.1.7 can't start hive metastore service

2014-11-04 Thread guxiaobo1982
[root@lix1 xiaobogu]# mysql -h lix1.bh.com Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version: 5.1.73 Source distribution Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered

Re: how to install a specific version of HDP using Ambari

2014-11-04 Thread guxiaobo1982
Is there a mapping for HDP and HDP-UTILS minor versions, if I choose to install HDP 2.1.5, which version of HDP-UTILS should I use? -- Original -- From: Jeff Sposetti;j...@hortonworks.com; Send time: Wednesday, Nov 5, 2014 9:10 AM To: