Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.2.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
When testing the Package Installation in our docs Sunday 9/27 I was unable to successfully start recordserviced after installing.
Setup:
5 node cluster:
Short Name rs-test
AMI ami-a7330b97
AMI Name
cloudera-systest-base-rhel-6.6
I accessed the docs here: http://cloudera.github.io/RecordServiceClient/install.html
I installed the package and then when trying to start both the planner and worker on the same node I got this error:
[root@rs-test-2 /]# recordserviced -hostname=rs-test-2.vpc.cloudera.com -recordservice_planner_port=12050 -recordservice_worker_port=13050 -recordservice_webserver_port=11050 -webserver_doc_root=/usr/lib/recordservice/ -log_dir=/var/log/recordservice/ -abort_on_config_error=false -lineage_event_log_dir=/var/log/recordservice/ -audit_event_log_dir=/var/log/recordservice/ -profile_log_dir=/var/log/recordservice/ -v=1 -mem_limit=8G & [1] 16191 [root@rs-test-2 /]# SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/lib/recordservice/lib/recordservice-examples-0.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/lib/recordservice/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. E0928 00:56:56.578980 16295 CatalogServiceCatalog.java:156] Error loading cache pools: Java exception follows: java.lang.IllegalStateException at com.google.common.base.Preconditions.checkState(Preconditions.java:129) at com.cloudera.impala.common.FileSystemUtil.getDistributedFileSystem(FileSystemUtil.java:274) at com.cloudera.impala.catalog.CatalogServiceCatalog$CachePoolReader.run(CatalogServiceCatalog.java:149) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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) E0928 00:56:58.200964 16191 JniFrontend.java:879] FileSystem is file:/// E0928 00:56:58.202934 16191 impala-server.cc:272] Unsupported default filesystem. The default filesystem must be a DistributedFileSystem but the configured default filesystem is LocalFileSystem. fs.defaultFS (file:///) might be set incorrectly. E0928 00:56:58.221967 16191 impala-server.cc:411] Could not initialize zookeeper. Exiting.