Member since
07-18-2016
262
Posts
12
Kudos Received
21
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6766 | 09-21-2018 03:16 AM | |
3257 | 07-25-2018 05:03 AM | |
4228 | 02-13-2018 02:00 AM | |
1979 | 01-21-2018 02:47 AM | |
38152 | 08-08-2017 10:32 AM |
03-27-2017
10:04 AM
We able to start and stoping the serviec Ambari WI, we not facing any issue with that. It has following permission. other as well same. -rw-r--r-- 1 root root 133 /etc/pam.d/passwd
... View more
03-27-2017
08:26 AM
These given parameter all ready in place, only these permision are missing. Is this permission alos will get effect. # chmod 744 /etc/passwd # chmod 744 /etc/shadow
... View more
03-26-2017
05:27 AM
javax.security.sasl.SaslException:Error validating the login [Causedby javax.security.sasl.AuthenticationException:Error authenticating with the PAM service: passwd]
... View more
03-26-2017
04:36 AM
I did the following this, mine issue has been Resolved 1) Download the “Requires: perl(DBI)” package ,we are using centos 6.8 version, download the
below RPM perl-DBI-1.609-4.el6.x86_64.rpm http://rpmfind.net/linux/rpm2html/search.php?query=perl-DBI 2) Install the perl DBI rpm on Linux server
[root@centos2 ~]# rpm -ivh perl-DBI-1.609-4.el6.x86_64.rpm
Preparing... ########################################### [100%]
1:perl-DBI ########################################### [100%]
[root@centos2 ~]#
3) [root@hostname ~]# sudo yum install mysql-community-server
Loaded plugins: fastestmirror
Setting up Install Process
Repository HDP-UTILS-1.1.0.19 is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64 0:5.6.35-2.el6 will be installed
--> Processing Dependency: mysql-community-client(x86-64) >= 5.6.10 for package: mysql-community-server-5.6.35-2.el6.x86_64
--> Running transaction check
---> Package mysql-community-client.x86_64 0:5.6.35-2.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=========================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================
Installing:
mysql-community-server x86_64 5.6.35-2.el6 mysql56-community 54 M
Installing for dependencies:
mysql-community-client x86_64 5.6.35-2.el6 mysql56-community 18 M
Transaction Summary
=========================================================================================================================================
Install 2 Package(s)
Total download size: 73 M
Installed size: 324 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): mysql-community-client-5.6.35-2.el6.x86_64.rpm | 18 MB 00:01
(2/2): mysql-community-server-5.6.35-2.el6.x86_64.rpm | 54 MB 00:04
-----------------------------------------------------------------------------------------------------------------------------------------
Total 11 MB/s | 73 MB 00:06
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
Installing : mysql-community-client-5.6.35-2.el6.x86_64 1/2
Installing : mysql-community-server-5.6.35-2.el6.x86_64 2/2
Verifying : mysql-community-client-5.6.35-2.el6.x86_64 1/2
Verifying : mysql-community-server-5.6.35-2.el6.x86_64 2/2
Installed:
mysql-community-server.x86_64 0:5.6.35-2.el6
Dependency Installed:
mysql-community-client.x86_64 0:5.6.35-2.el6
Complete!
[root@hostname ~]# 4) Verify the packages installed or not
[root@hostname ~]# rpm -qa |grep mysql
mysql-community-common-5.6.35-2.el6.x86_64
mysql57-community-release-el6-9.noarch
mysql-community-libs-compat-5.6.35-2.el6.x86_64
mysql-community-libs-5.6.35-2.el6.x86_64
mysql-community-client-5.6.35-2.el6.x86_64
mysql-community-server-5.6.35-2.el6.x86_64
[root@hostname ~]#
[root@hostname ~]# service mysqld status
mysqld is stopped
[root@hostname ~]#
... View more
03-26-2017
03:31 AM
Please try to create view with database name parameter as below, instead of default database. CREATE VIEW database.news_split AS
SELECT company, nof_lines, title,
author, nof_words, keydate,
publisher, w.word
FROM database.news
LATERAL VIEW EXPLODE(words) W AS WORD;
... View more
03-26-2017
03:22 AM
While installation with skip and without skip Mysql database 5.6 . Without Skip:- #sudo
yum install mysql-community-server ****************************************************************************************************************** Error as below :-
-->
Finished Dependency Resolution
Error:
Package: mysql-community-server-5.6.35-2.el6.x86_64 (mysql56-community)
Requires: perl(DBI)
****************************************************************************************************************** 2) With Skip :- #
sudo yum install mysql-community-server --skip-broken --> Finished Dependency Resolution
Packages skipped because of dependency problems:
mysql-community-client-5.6.35-2.el6.x86_64 from mysql56-community
mysql-community-common-5.6.35-2.el6.x86_64 from mysql56-community
mysql-community-libs-5.6.35-2.el6.x86_64 from mysql56-community
mysql-community-server-5.6.35-2.el6.x86_64 from mysql56-community
Dependencies Resolved
******************************************************************************************************************
Please advise
... View more
03-25-2017
07:08 PM
[root@hostname ~]# sudo yum install mysql-community-server
Loaded plugins: fastestmirror
Setting up Install Process
Repository HDP-UTILS-1.1.0.19 is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64 0:5.6.35-2.el6 will be installed
--> Processing Dependency: mysql-community-common(x86-64) = 5.6.35-2.el6 for package: mysql-community-server-5.6.35-2.el6.x86_64
--> Processing Dependency: mysql-community-client(x86-64) >= 5.6.10 for package: mysql-community-server-5.6.35-2.el6.x86_64
--> Processing Dependency: perl(DBI) for package: mysql-community-server-5.6.35-2.el6.x86_64
--> Running transaction check
---> Package mysql-community-client.x86_64 0:5.6.35-2.el6 will be installed
---> Package mysql-community-common.x86_64 0:5.6.34-2.el6 will be updated
---> Package mysql-community-common.x86_64 0:5.6.35-2.el6 will be an update
---> Package mysql-community-server.x86_64 0:5.6.35-2.el6 will be installed
--> Processing Dependency: perl(DBI) for package: mysql-community-server-5.6.35-2.el6.x86_64
--> Finished Dependency Resolution
Error: Package: mysql-community-server-5.6.35-2.el6.x86_64 (mysql56-community)
Requires: perl(DBI)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@hostname ~]# rpm -qa |grep mysql
mysql57-community-release-el6-9.noarch
mysql-community-common-5.6.34-2.el6.x86_64
mysql-community-libs-compat-5.6.35-2.el6.x86_64
mysql-community-libs-5.6.34-2.el6.x86_64
[root@hostname ~]#
[root@hostname ~]# service status mysqld
status: unrecognized service
... View more
03-25-2017
07:01 PM
OS:- Centos 6.8 64bit Mysql : 5.6 version Error as below [root@~]# sudo yum install mysql-community-server
Loaded plugins: fastestmirror
Setting up Install Process
Repository HDP-UTILS-1.1.0.19 is listed
more than once in the configuration
Loading mirror speeds from cached hostfile Resolving Dependencies
--> Running transaction check
---> Package mysql-community-server.x86_64
0:5.6.35-2.el6 will be installed
--> Processing Dependency:
libmysqlclient.so.16()(64bit) for package: 2:postfix-2.6.6-6.el6_7.1.x86_64
--> Processing Dependency:
libmysqlclient.so.16(libmysqlclient_16)(64bit) for package:
2:postfix-2.6.6-6.el6_7.1.x86_64
--> Running transaction check
---> Package
mysql-community-libs-compat.x86_64 0:5.6.35-2.el6 will be obsoleting
---> Package
mysql-community-server.x86_64 0:5.6.35-2.el6 will be installed
--> Processing Dependency: perl(DBI) for
package: mysql-community-server-5.6.35-2.el6.x86_64
-->
Finished Dependency Resolution
Error:
Package: mysql-community-server-5.6.35-2.el6.x86_64 (mysql56-community)
Requires: perl(DBI)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
[root@c~]#
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
03-25-2017
03:51 PM
You need to update in /etc/hosts as well. 1) /etc/sysconfig/network :- this used while internode communication 2) /etc/hosts while client connection this is going to use. We need to set FQDN names on both file, this idle way
... View more