RHEL6.5上使用Ambari快速搭建Hadoop集群(2)

Using Python /usr/bin/python2.6
 Setup ambari-server
 Checking SELinux…
SELinux status is ‘disabled’
Customize user account for ambari-server daemon [y/n] (n)? y
 Enter user account for ambari-server daemon (root):
 Adjusting ambari-server permissions and ownership…
Checking firewall…
Checking JDK…
[1] – Oracle JDK 1.7 + Java Cryptography Extension (JCE) Policy Files 7
 [2] – Oracle JDK 1.6 + Java Cryptography Extension (JCE) Policy Files 6
 [3] – Custom JDK
 ==============================================================================
 Enter choice (1):
 To download the Oracle JDK and the Java Cryptography Extension (JCE) Policy Files you must accept the license terms found at not accepting will cancel the Ambari Server setup and you must install the JDK and JCE files manually.
 Do you accept the Oracle Binary Code License Agreement [y/n] (y)? y
 Downloading JDK from to /var/lib/ambari-server/resources/jdk-7u67-linux-x64.tar.gz
 JDK distribution size is 142376665 bytes
 jdk-7u67-linux-x64.tar.gz… 100% (135.8 MB of 135.8 MB)
 Successfully downloaded JDK distribution to /var/lib/ambari-server/resources/jdk-7u67-linux-x64.tar.gz
 Installing JDK to /usr/jdk64
 Successfully installed JDK to /usr/jdk64/jdk1.7.0_67
 Downloading JCE Policy archive from to /var/lib/ambari-server/resources/UnlimitedJCEPolicyJDK7.zip
 Successfully downloaded JCE Policy archive to /var/lib/ambari-server/resources/UnlimitedJCEPolicyJDK7.zip
 Completing setup…
Configuring database…
Enter advanced database configuration [y/n] (n)? y
 ==============================================================================
 Choose one of the following options:
 [1] – PostgreSQL (Embedded)
 [2] – Oracle
 [3] – MySQL
 [4] – PostgreSQL
 ==============================================================================
 Enter choice (1): 3
 Hostname (localhost):
 Port (3306):
 Database Name (ambari):
 Username (ambari):
 Enter Database Password (bigdata):
 WARNING: Before starting Ambari Server, you must copy the MySQL JDBC driver JAR file to /usr/share/java.
 Press <enter> to continue.
 ERROR: Before starting Ambari Server, you must copy the MySQL JDBC driver JAR file to /usr/share/java.
 ERROR: Exiting with exit code -1.
 REASON: Before starting Ambari Server, you must copy the MySQL JDBC driver JAR file to /usr/share/java.
 

yum install -y mysql-connector-java  # resolve the  error

重新来过

[@master.coke 6Server]# ambari-server setup

Using python /usr/bin/python2.6

Setup ambari-server

Checking SELinux…

SELinux status is ‘disabled’

Ambari-server daemon is configured to run under user ‘root’. Change this setting [y/n] (n)?

Adjusting ambari-server permissions and ownership…

Checking firewall…

Checking JDK…

Do you want to change Oracle JDK [y/n] (n)?

Completing setup…

Configuring database…

Enter advanced database configuration [y/n] (n)? y

==============================================================================

Choose one of the following options:

[1] – PostgreSQL (Embedded)

[2] – Oracle

[3] – MySQL

[4] – PostgreSQL

==============================================================================

Enter choice (1): 3

Hostname (localhost):

Port (3306):

Database Name (ambari):

Username (ambari): amb

Enter Database Password (bigdata):

Re-enter password:

Copying JDBC drivers to server resources…

Configuring remote database connection properties…

WARNING: Before starting Ambari Server, you must run the following DDL against the database to create the schema: /var/lib/ambari-server/resources/Ambari-DDL-MySQL-CREATE.sql

Proceed with configuring remote database connection properties [y/n] (y)?

Copying JDBC drivers to server resources…

Extracting system views…

Adjusting ambari-server permissions and ownership…

Ambari Server ‘setup’ completed successfully.
 

导入数据库

mysql ambari -u175an -p < /var/lib/ambari-server/resources/Ambari-DDL-MySQL-CREATE.sql
 

grant all on ambari.* to “amb@localhost” identified by “amb123″;

Admin Name : admin

Cluster Name : coke

Total Hosts : 6 (6 new)

Repositories:

RedHat5 (HDP-2.2):

redhat5 (HDP-UTILS-1.1.0.20):

redhat6 (HDP-2.2):

redhat6 (HDP-UTILS-1.1.0.20):

SUSE11 (HDP-2.2):

suse11 (HDP-UTILS-1.1.0.20):

Ubuntu12 (HDP-2.2):

ubuntu12 (HDP-UTILS-1.1.0.20):

Services:
HDFS DataNode : 6 hosts
NameNode : master.coke
SNameNode : dn1.coke

YARN + MapReduce2 App Timeline Server : master.coke
NodeManager : 6 hosts
ResourceManager : master.coke

Tez Clients : 6 hosts

Nagios Server : master.coke
Administrator : nagiosadmin / (qilinli@sohu-inc.com)

Ganglia Server : master.coke

Hive Metastore : master.coke
HiveServer2 : master.coke
WebHCat Server : master.coke
Database : MySQL (Existing MySQL Database)

HBase Master : dn1.coke
RegionServer : 6 hosts

Pig Clients : 6 hosts

Sqoop Clients : 6 hosts

Oozie Server : dn1.coke
Database : MySQL (Existing MySQL Database)

ZooKeeper Server : 3 hosts

Falcon Server : dn3.coke

Storm DRPC Server : dn1.coke
Nimbus : dn1.coke
UI Server : dn1.coke
Supervisor : 6 hosts

Flume Flume : 2 hosts

Slider Clients : 6 hosts

Knox Gateway : dn1.coke

Kafka Broker : 3 hosts

CentOS安装和配置Hadoop2.2.0 

Ubuntu 13.04上搭建Hadoop环境

Ubuntu 12.10 +Hadoop 1.2.1版本集群配置

Ubuntu上搭建Hadoop环境(单机模式+伪分布模式)

Ubuntu下Hadoop环境的配置

单机版搭建Hadoop环境图文教程详解

搭建Hadoop环境(在Winodws环境下用虚拟机虚拟两个Ubuntu系统进行搭建)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/5131fa9790ce9132682192a5cd7e1cbb.html