Member since
03-31-2015
16
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
33829 | 04-13-2015 10:43 PM |
04-13-2015
10:43 PM
you are correct. iptables were ON. after turnign them off, can access CM UI on port7180 from my desktop. Thanks a lot for your timely support. 🙂
... View more
04-13-2015
03:00 AM
yes. selinux need to be diabled. I missed that thing. Sorry. [root@cloudera1 ~]# service cloudera-scm-server status cloudera-scm-server (pid 3118) is running... [root@cloudera1 ~]# service cloudera-scm-server status cloudera-scm-server (pid 3118) is running... [root@cloudera1 ~]# lsof -i | grep LISTEN | grep cloudera-scm postgres 2407 cloudera-scm 3u IPv4 26734 0t0 TCP *:7432 (LISTEN) postgres 2407 cloudera-scm 4u IPv6 26735 0t0 TCP *:7432 (LISTEN) java 3120 cloudera-scm 236u IPv4 31474 0t0 TCP *:7182 (LISTEN) java 3120 cloudera-scm 256u IPv4 31497 0t0 TCP *:7180 (LISTEN) logs shows this eception: 2015-04-13 15:15:28,043 INFO ParcelUpdateService:com.cloudera.parcel.components.LocalParcelManagerImpl: Found files under /opt/cloudera/parcel-repo 2015-04-13 15:15:28,052 INFO main:com.cloudera.server.cmf.jython.components.PythonInterpreterFactory: Constructing Python interpreter 2015-04-13 15:15:31,333 INFO main:com.cloudera.server.cmf.jython.components.PythonInterpreterFactory: Finished constructing Python interpreter 2015-04-13 15:15:31,380 INFO main:com.cloudera.server.cmf.jython.components.JythonObjectFactoryImpl: Constructing Jython object factory 2015-04-13 15:15:38,317 ERROR ParcelUpdateService:com.cloudera.parcel.components.ParcelDownloaderImpl: Unable to retrieve remote parcel repository manifest java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: No response received after 10 at com.ning.http.client.providers.netty.NettyResponseFuture.get(NettyResponseFuture.java:223) at com.cloudera.parcel.components.ParcelDownloaderImpl.getRepoInfoFromFuture(ParcelDownloaderImpl.java:485) at com.cloudera.parcel.components.ParcelDownloaderImpl.getRepositoryInfo(ParcelDownloaderImpl.java:469) at com.cloudera.parcel.components.ParcelDownloaderImpl.syncRemoteRepos(ParcelDownloaderImpl.java:339) at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:409) at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:404) at com.cloudera.cmf.persist.ReadWriteDatabaseTaskCallable.call(ReadWriteDatabaseTaskCallable.java:36) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.util.concurrent.TimeoutException: No response received after 10 at com.ning.http.client.providers.netty.NettyResponseFuture.get(NettyResponseFuture.java:215) ... 10 more 2015-04-13 15:15:39,650 INFO MainThread:com.cloudera.server.cmf.jython.components.JythonObjectFactoryImpl: Finished constructing Jython object factory 2015-04-13 15:15:39,980 INFO MainThread:com.cloudera.server.cmf.descriptor.components.DescriptorFactory: Refreshing service and role config defaults UI is not up:(
... View more
04-13-2015
01:12 AM
selinux was "enforcing" I disabled it and started db2 and cloudera manager server and checked. Still cloud manager UI is not accessible. While starting db2 it shows only this much o/p [root@clouderamaster01 ~]# sudo service cloudera-scm-server-db start DB initialization done. waiting for server to start.... done server started
... View more
04-09-2015
11:19 PM
Thank you for your reply. Directory permissions are set to 700 already drwx------. 3 cloudera-scm cloudera-scm 4096 Apr 10 11:43 cloudera-scm-server-db drwx------. 2 cloudera-scm cloudera-scm 4096 Feb 25 09:44 data still it gives the issue as mentioned above
... View more
04-09-2015
02:03 AM
I am doing cloudera manger installation on Centos 6.5 VM using Installation path B. But want to use embedded postgresql database.
I have configured the yum repo in /etc/yum.repos.d with follwoing contents
------------------------
# Packages for Cloudera Manager, Version 5, on RedHat or CentOS 6 x86_64 name=Cloudera Manager baseurl=http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/5/ gpgkey = http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera gpgcheck = 1
----------------------
and run following commands as mentioned in documentation:
1. sudo yum install cloudera-manager-server-db-2
2. sudo service cloudera-scm-server-db start
but it throws an error :
[root@clouderamaster1 ~]# sudo service cloudera-scm-server-db start The files belonging to this database system will be owned by user "cloudera-scm". This user must also own the server process.
The database cluster will be initialized with locale en_US.UTF8. The default text search configuration will be set to "english".
fixing permissions on existing directory /var/lib/cloudera-scm-server-db/data ... initdb: could not change permissions of directory "/var/lib/cloudera-scm-server-db/data": Permission denied Could not initialize database server. This usually means that your PostgreSQL installation failed or isn't working properly. PostgreSQL is installed using the set of repositories found on this machine. Please ensure that PostgreSQL can be installed. Please also uninstall any other instances of PostgreSQL and then try again., giving up
---------------------------------------------------------------------------------
Does it require to configure any more repo than configured above?
... View more
Labels:
- Labels:
-
Cloudera Manager
04-07-2015
01:15 AM
Hi, Its a fresh install. (manual, Installation path B). Only the thing I have not installed cloudera manager on same host where CDH is installed. Cloudera manager is installed on diifferent host. CDH is installed on different host. Cloudera manager agent is installed on VM where CDH is installed. Using external postgresql databse
... View more
03-31-2015
03:44 AM
I am too facing similar problem. does anyone know how can cloud manager on different host manage CDH ? Does this option available for enterprise free trial version and not for cloud express?
... View more