Member since
08-20-2015
4
Posts
3
Kudos Received
0
Solutions
09-02-2015
05:12 AM
Ok, thanks! I'll try fiddling with all those an let you know how it worked out. Thanks!
... View more
09-02-2015
05:05 AM
Sowen, thanks for the quick reply. Any chance you could specify how that can be done in practice/more specific practical terms? For i am a coplete novice to the whole Cloudera Manager and YARN universe?
... View more
09-02-2015
05:01 AM
3 Kudos
After i execute a pyspark command on a master node of the cloudera manager 5.4 i get a set of info messages, which are then followed by the endless constantly updated list of info messages like the following: 15/09/02 14:45:17 INFO Client: Application report for application_1441188100451_0007 (state: ACCEPTED) 15/09/02 14:45:18 INFO Client: Application report for application_1441188100451_0007 (state: ACCEPTED) and that is it - i do not get a chance to start typing the commands because those messages wouldn't end. Any ideas?? The whole log trace is presented below [hdfs@master root]$ pyspark Python 2.7.6 (default, Sep 2 2015, 13:59:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2 Type "help", "copyright", "credits" or "license" for more information. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.4.5-1.cdh5.4.5.p0.7/jars/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-5.4.5-1.cdh5.4.5.p0.7/jars/avro-tools-1.7.6-cdh5.4.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] 15/09/02 14:29:19 INFO SparkContext: Running Spark version 1.3.0 15/09/02 14:29:21 INFO SecurityManager: Changing view acls to: hdfs 15/09/02 14:29:21 INFO SecurityManager: Changing modify acls to: hdfs 15/09/02 14:29:21 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(hdfs); users with modify permissions: Set(hdfs) 15/09/02 14:29:21 INFO Slf4jLogger: Slf4jLogger started 15/09/02 14:29:21 INFO Remoting: Starting remoting 15/09/02 14:29:21 INFO Remoting: Remoting started; listening on addresses :[akka.tcp://sparkDriver@master:50842] 15/09/02 14:29:21 INFO Remoting: Remoting now listens on addresses: [akka.tcp://sparkDriver@master:50842] 15/09/02 14:29:21 INFO Utils: Successfully started service 'sparkDriver' on port 50842. 15/09/02 14:29:21 INFO SparkEnv: Registering MapOutputTracker 15/09/02 14:29:21 INFO SparkEnv: Registering BlockManagerMaster 15/09/02 14:29:21 INFO DiskBlockManager: Created local directory at /tmp/spark-24485b7c-7ee6-4804-bb61-af5da89bd246/blockmgr-74d2149a-9435-4c74-923e-4e700fb0d01e 15/09/02 14:29:21 INFO MemoryStore: MemoryStore started with capacity 267.3 MB 15/09/02 14:29:22 INFO HttpFileServer: HTTP File server directory is /tmp/spark-431f4eb5-4621-4fc0-a903-ddb27fbb1bde/httpd-1e91e8fc-3738-427d-ad2c-d76a1228ca91 15/09/02 14:29:22 INFO HttpServer: Starting HTTP Server 15/09/02 14:29:22 INFO Server: jetty-8.y.z-SNAPSHOT 15/09/02 14:29:22 INFO AbstractConnector: Started SocketConnector@0.0.0.0:56900 15/09/02 14:29:22 INFO Utils: Successfully started service 'HTTP file server' on port 56900. 15/09/02 14:29:22 INFO SparkEnv: Registering OutputCommitCoordinator 15/09/02 14:29:23 INFO Server: jetty-8.y.z-SNAPSHOT 15/09/02 14:29:23 INFO AbstractConnector: Started SelectChannelConnector@0.0.0.0:4040 15/09/02 14:29:23 INFO Utils: Successfully started service 'SparkUI' on port 4040. 15/09/02 14:29:23 INFO SparkUI: Started SparkUI at http://master:4040 15/09/02 14:29:24 INFO RMProxy: Connecting to ResourceManager at master/192.168.153.132:8032 15/09/02 14:29:25 INFO Client: Requesting a new application from cluster with 1 NodeManagers 15/09/02 14:29:25 INFO Client: Verifying our application has not requested more than the maximum memory capability of the cluster (1471 MB per container) 15/09/02 14:29:25 INFO Client: Will allocate AM container, with 896 MB memory including 384 MB overhead 15/09/02 14:29:25 INFO Client: Setting up container launch context for our AM 15/09/02 14:29:25 INFO Client: Preparing resources for our AM container 15/09/02 14:29:26 INFO Client: Setting up the launch environment for our AM container 15/09/02 14:29:27 INFO SecurityManager: Changing view acls to: hdfs 15/09/02 14:29:27 INFO SecurityManager: Changing modify acls to: hdfs 15/09/02 14:29:27 INFO SecurityManager: SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(hdfs); users with modify permissions: Set(hdfs) 15/09/02 14:29:27 INFO Client: Submitting application 6 to ResourceManager 15/09/02 14:29:27 INFO YarnClientImpl: Submitted application application_1441188100451_0006 15/09/02 14:29:28 INFO Client: Application report for application_1441188100451_0006 (state: ACCEPTED) 15/09/02 14:40:59 INFO Client: client token: N/A diagnostics: N/A ApplicationMaster host: N/A ApplicationMaster RPC port: -1 queue: root.hdfs start time: 1441194058739 final status: UNDEFINED tracking URL: http://master:8088/proxy/application_1441188100451_0007/ user: hdfs 15/09/02 14:41:00 INFO Client: Application report for application_1441188100451_0007 (state: ACCEPTED) 15/09/02 14:41:01 INFO Client: Application report for application_1441188100451_0007 (state: ACCEPTED)
... View more
Labels:
- Labels:
-
Apache Spark
08-20-2015
01:35 AM
Below is the message i get when trying to open the Cloudera Manager web page (its 5.4.2 Quickstart VM for Vmware) Attempting to connect to Cloudera Manager... By default, the Cloudera QuickStart VM run Cloudera's Distribution including Apache Hadoop (CDH) under Linux's service and configuration management. If you wish to migrate to Cloudera Manager, you must run one of the following commands. To use Cloudera Express (free), run Launch Cloudera Express on the Desktop. This requires at least 8 GB of RAM and at least 2 virtual CPUs. To begin a 60-day trial of Cloudera Enterprise with advanced management features, run Launch Cloudera Enterprise (trial) on the Desktop. This requires at least 10 GB of RAM and at least 2 virtual CPUs. Be aware that after rebooting, it may take several minutes before Cloudera Manager has started all of the services it manages and is ready to accept connects from clients.' What do i do?
... View more
Labels: