Member since
07-26-2017
16
Posts
2
Kudos Received
0
Solutions
06-03-2020
08:12 AM
Hi, I found a way to do it. thanks
... View more
04-16-2018
10:46 AM
I'm also looking for solution for same error. java.util.concurrent.TimeoutException: deadline passed
java.util.concurrent.TimeoutException: deadline passed
at akka.actor.dsl.Inbox$InboxActor$anonfun$receive$1.applyOrElse(Inbox.scala:117)
at scala.PartialFunction$AndThen.applyOrElse(PartialFunction.scala:189)
at akka.actor.Actor$class.aroundReceive(Actor.scala:467)
at akka.actor.dsl.Inbox$InboxActor.aroundReceive(Inbox.scala:62)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
at akka.actor.ActorCell.invoke(ActorCell.scala:487)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
at akka.dispatch.Mailbox.run(Mailbox.scala:220)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
... View more
07-30-2018
11:35 AM
Hi @Miguel Marquez I have the same problem as you. Can please tell me how can i kill the Atlas process via command line? im a beginner in hadoop and linux ...and i need your help thank you 🙂
... View more
08-21-2017
02:41 PM
@Miguel Marquez HI, did you try uninstalling/installing HDP again? If yes, then cleanup should be performed till all warning shown in host checks are taken care of, otherwise directories which are deleted are skipped since ambari assumes the package is installed already https://community.hortonworks.com/articles/97489/completely-uninstall-hdp-and-ambari.html In any case check whether /var/lib/ambari-agent in your host. If not uninstall ambari-agent and clean up for that (commands specific to ambari-agent) and try again. Thanks
... View more
10-26-2017
03:10 AM
Miguel Marquez Please try installing with Ambari rest API, like below curl --user <ambari-admin-user>:<ambari-admin-password> -i -H 'X-Requested-By: ambari' -X POST http://AMBARI_SERVER_HOST:8080/api/v1/clusters/CLUSTER_NAME/hosts/NEW_HOST_ADDED/host_components/SPARK2_CLIENT
... View more
02-07-2018
03:16 PM
Check log in /var/log/ambari-infra-solr/solr-install.log If it says -bash: /usr/lib/ambari-infra-solr/bin/solr: No such file or directory cd into /usr/lib/ambari-infra-solr/ and check if all files are present if not run command yum install ambari-infra-solr* , cd into /usr/lib/ambari-infra-solr If it is empty or missing folders bin CHANGES.txt contrib dist docs example licenses LICENSE.txt LUCENE_CHANGES.txt NOTICE.txt README.txt server try yum install ambari-infra-solr*
... View more