Member since
10-24-2017
38
Posts
1
Kudos Received
0
Solutions
05-14-2018
04:45 PM
that worked. thanks for the help
... View more
05-12-2018
11:18 PM
blueprint.txtTrying to spin up a cluster without Hive component using ambari-server blue print. Services fail to start with error ```12 May 2018 22:33:21,952 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert oozie_server_status for an invalid cluster named test
12 May 2018 22:33:21,952 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert yarn_resourcemanager_webui for an invalid cluster named test
12 May 2018 22:33:21,952 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert datanode_heap_usage for an invalid cluster named test
12 May 2018 22:33:21,952 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert infra_solr for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert hive_webhcat_server_status for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert nodemanager_health_summary for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert datanode_webui for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert yarn_app_timeline_server_webui for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert mapreduce_history_server_webui for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert namenode_last_checkpoint for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert datanode_health_summary for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert zeppelin_server_status for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert ambari_agent_disk_usage for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert ams_metrics_monitor_process for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert metadata_server_webui for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-1] AlertReceivedListener:480 - Unable to process alert namenode_directory_status for an invalid cluster named test
12 May 2018 22:33:21,951 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert mapreduce_history_server_process for an invalid cluster named test
12 May 2018 22:33:21,953 ERROR [alert-event-bus-2] AlertReceivedListener:480 - Unable to process alert storm_webui for an invalid cluster named test``` ambari-version:2.6.1 Attached blue print Thanks in advance
... View more
Labels:
- Labels:
-
Apache Ambari
04-11-2018
11:50 PM
@Geoffrey Shelton Okot I have attached the loghs-err-pid14895.txt . Thanks in advance.
... View more
04-11-2018
11:31 PM
@Geoffrey Shelton Okot I tried that..but that did not help. I have attached the log that has more infohs-err-pid19844.txt
... View more
04-11-2018
10:35 PM
I get out of memory execption OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00007fb9c6000000, 34795945984, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 34795945984 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /var/log/hbase/hs_err_pid14895.log
... View more
Labels:
- Labels:
-
Apache HBase
01-18-2018
07:09 PM
Thu Jan 18 05:19:15 UTC 2018, RpcRetryingCaller{globalStartTime=1516252204444, pause=100, retries=35}, org.apache.hadoop.hbase.CallQueueTooBigException: Call queue is full on /ip:16020, too many items queued ?
at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:147)
at org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel.callExecService(RegionCoprocessorRpcChannel.java:107)
at org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel.callMethod(CoprocessorRpcChannel.java:56)
at org.apache.phoenix.coprocessor.generated.MetaDataProtos$MetaDataService$Stub.getVersion(MetaDataProtos.java:14699)
at org.apache.phoenix.query.ConnectionQueryServicesImpl$6.call(ConnectionQueryServicesImpl.java:1209)
at org.apache.phoenix.query.ConnectionQueryServicesImpl$6.call(ConnectionQueryServicesImpl.java:1201)
at org.apache.hadoop.hbase.client.HTable$15.call(HTable.java:1724)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.hadoop.hbase.CallQueueTooBigException: Call queue is full on /my_ip:16020, too many items queued ?
at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106)
at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:95)
at org.apache.hadoop.hbase.protobuf.ProtobufUtil.getRemoteException(ProtobufUtil.java:334)
at org.apache.hadoop.hbase.protobuf.ProtobufUtil.execService(ProtobufUtil.java:1632)
at org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel$1.call(RegionCoprocessorRpcChannel.java:104)
at org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel$1.call(RegionCoprocessorRpcChannel.java:94)
at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithRetries(RpcRetryingCaller.java:126)
... 10 more
Caused by: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.CallQueueTooBigException): Call queue is full on /myip:16020, too many items queued ?
at org.apache.hadoop.hbase.ipc.RpcClientImpl.call(RpcClientImpl.java:1225)
at org.apache.hadoop.hbase.ipc.AbstractRpcClient.callBlockingMethod(AbstractRpcClient.java:213)
at org.apache.hadoop.hbase.ipc.AbstractRpcClient$BlockingRpcChannelImplementation.callBlockingMethod(AbstractRpcClient.java:287)
at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$BlockingStub.execService(ClientProtos.java:32855)
at org.apache.hadoop.hbase.protobuf.ProtobufUtil.execService(ProtobufUtil.java:1628)
... View more
Labels:
- Labels:
-
Apache HBase
01-12-2018
07:23 PM
Thanks for answering my question. The community has been answering my questions in a short time. Keep up the good work!
... View more
01-12-2018
06:29 PM
I was curious if any versions of cloudbreak supports HA?
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
01-08-2018
11:49 PM
I am trying to copy the writes after i took the snapshot to new cluster. the map reduce job fails with message
... View more
Labels:
- Labels:
-
Apache HBase