Member since
01-19-2017
3651
Posts
623
Kudos Received
364
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
172 | 12-22-2024 07:33 AM | |
109 | 12-18-2024 12:21 PM | |
429 | 12-17-2024 07:48 AM | |
298 | 08-02-2024 08:15 AM | |
3578 | 04-06-2023 12:49 PM |
02-01-2016
09:28 PM
1 Kudo
@Bharathkumar B First comment out the modified IP address in /etc/hosts .. Dont remove these 2 lines 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 # 192.168.192.100 # Modified IP Don't panic if you can access the console as root run #ifconfig This will display your new IP and use that to acces ambari or whatever UI you. http://newIP:8080 The original IP address is not hard code in any config files !
... View more
02-01-2016
09:42 AM
Of course that possible. This doc could help you Topology scripts are used by Hadoop to determine the rack location of nodes Topology configuration
... View more
01-21-2016
01:10 PM
Those blocks are already replicated or will be reconstructed so from the survivng nodes In order to forcefully let the namenode leave safemode, following command should be executed depending on the version of hadoop
bin/hadoop dfsadmin -safemode leave hdfs dfsadmin -safemode leave
... View more
01-18-2016
09:01 AM
@emaxwel @Artem @neeraj Gentlemen thanks for all your responses.Its unfortunate the bits can't be installed elsewhere except in /usr/hdp and furthermore administration of the various named used could have been simplified I am from the Oracle Application background at most there are 2 users for the ebs application and database. I will reformat the 4 servers. @emaxwell you have a very valid argument on the segregation of duties I will try to incorporate that "security concern" I dont want some dark angel poke holes in my production cluster
... View more
01-14-2016
03:31 PM
@Artem@neeraj Thanks guys for your responses as you realise HDP creates a couple of users and bit difficult to manage across the cluster. 1. I want to have only one user eg.tom to own all the hive,hdfs,pig etc as it easy to ssh to any server and quickly be effective avoiding the su or sudo which file should I edit to achieve this ? 2. I have done a lot of Linux installs the default HDP FS layout doesn't please me at all I want to install HDP outside the /var /usr or /etc directories so if anything goes wrong I can just delete all files in that partition and and relaunch after some minor cleanup. My reasoning is I would like to allocate /u01 like 300 GB HDD on each of the 4 server in the cluster so I end up with 1.2 T after HDFS format for data.
... View more
01-14-2016
08:37 AM
failed-cluster-install.pdfHi all, I have test driven the sandbox for a while and I decided to take my knowledge to another level. I got 4 refurbished PowerEdge servers 2 Dell 2850 and 2 Dell 2950. The Ambari server preparation and host discovery was successful see attached pdf. In the assign master I realised the Ambari server was overloaded so I reassigned some components to other servers. I was lost when it came to assign slave and client ONLY one of the servers have been check so I decided to go with the default. The Install start and smoke test failed.(Attached pdf) I don't intend to create multiple users across the cluster ,how do I achieve this which file should I edit prior to the launch ? Below extract of the user creation error 2016-01-14 00:25:23,320 - Group['hadoop'] {'ignore_failures': False} 2016-01-14 00:25:23,320 - Group['users'] {'ignore_failures': False} 2016-01-14 00:25:23,320 - Group['knox'] {'ignore_failures': False} 2016-01-14 00:25:23,320 - User['hive'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']} 2016-01-14 00:25:23,321 - User['storm'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']} 2016-01-14 00:25:23,322 - User['zookeeper'] {'gid': 'hadoop', 'ignore_failures': False, 'groups': ['hadoop']} Any advice is welcome
... View more
Labels:
01-07-2016
06:42 AM
Just reset the root password I had to reset
the MySQL password to do so follow the below process.Start the DB if its down [root@sandbox]# service mysqld start Starting mysqld:
[ OK ] Reset the MySQL
password [root@sandbox]# mysqladmin -u root -h sandbox.hortonworks.com password 'newpassword' [root@sandbox]# mysqladmin
-u root password 'newpassword' Try out the new
password and it seems to work out well [root@sandbox]# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.1.73 Source distribution Copyright (c) 2000, 2013, Oracle and/or its affiliates.
All rights reserved. Oracle is a registered trademark of Oracle Corporation
and/or its affiliates. Other names may be trademarks of their respective
owners. Type 'help;' or '\h' for help. Type '\c' to clear
the current input statement. mysql>
select user(); After validating the successful logon retry
... View more
01-02-2016
06:05 PM
1 Kudo
Hi Ramesh, First check your mysql.sock If your file my.cnf (usually in the /etc/mysql/ folder) is correctly configured with
socket=/var/lib/mysql/mysql.sock Then check if mysql is running with the following command: #mysqladmin -u root -p status Try changing your permission to mysql folder. If you are working locally, you can try: # chmod -R 755 /var/lib/mysql/
Start the MySQL # service mysqld start or /etc/init.d/mysqld start
Or if There no MySQl the you need to install first # yum install mysql mysql-server Enable the MySQL service: #/sbin/chkconfig mysqld on Start the MySQL server: #/sbin/service mysqld start afterwards set the MySQL root password: #mysqladmin -u root password 'new-password' (with the quotes)
... View more
01-01-2016
10:35 AM
1 Kudo
I think its your internet configuration. Your Sandbox can't access the internet so revise your config.
... View more
12-29-2015
02:32 PM
Try this 2 methods they should help https://goo.gl/g8kkh8 http://goo.gl/tJOLlh
... View more
- « Previous
- Next »