Member since
04-27-2016
61
Posts
61
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5153 | 09-19-2016 05:42 PM | |
1935 | 06-11-2016 06:41 AM | |
4669 | 06-10-2016 05:17 PM |
09-19-2016
06:34 PM
What you can do as a work around is to ssh into the sandbox using "ssh root@127.0.0.1 -p 2222" and do the ambari-admin-password-reset .This generally works
... View more
09-19-2016
05:42 PM
4 Kudos
Go to VirtualBox Preferences>Network>Host-only Networks and Add host-only network for vboxnet0. This will solve the problem
... View more
09-19-2016
05:37 PM
1 Kudo
On HDP 2.5 Sandbox, my YARN application is submitted using Slider, but it is not running for more than 2 mins. 3 Containers are allocated. It goes to fails after the 2min 32sec mark and goes to finished state. yarn-log.zipI am attaching the YARN application log for reference. I can provide other additional logs/ details if required. Thanks in advance for the help.
... View more
Labels:
08-29-2016
12:17 AM
@Ted Yu Thanks. I see that my hbase-default.xml which is packaged in the "hbase-common-1.1.2.2.5.0.0-817.jar" has the 'hbase.master.logcleaner.plugins' value set to 'org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner'. Attaching my hbase-site.xml and hbase-default.xml files. Please let me know if you can find the issue. I also keep getting the below error in a storm topology: 'java.lang.RuntimeException: hbase-default.xml file seems to be for an older version of HBase (1.1.2), this version is 1.1.2.2.5.0.0-817'
... View more
08-26-2016
08:36 PM
Sure. I am attaching the pom.xml. Yes kafka dependecies are taken care of in the file. Infact this topology runs completely fine on HDP 2.4, 2.3. Please let me know any inputs.
... View more
08-26-2016
06:31 PM
Thanks. Added the .out files. Please let me know your thoughts
... View more
08-26-2016
06:27 PM
On HDP 2.5 TP Sandbox, running a storm topology for a telcom demo is giving me the below error: java.lang.NoSuchFieldError: PLAINTEXTSASL at kafka.utils.CoreUtils$.isSaslProtocol(CoreUtils.scala:282) at kafka.consumer.SimpleConsumer.<init>(SimpleConsumer.scala:46) at kafka.javaapi.consumer.Si.. Attaching a picture. Can anybody help me identify the issue? Is it related to Kerberos and SSL on Kafka? Thanks
... View more
Labels:
08-26-2016
06:19 PM
On HDP 2.5 TP sandbox, HBase 's both master and Region servers are shutting down continuously. Attempting to restart the service from ambari also resulted in service going down after few seconds. Attaching the logs for reference. Any inputs appreciated. Thanks.
... View more
Labels:
06-21-2016
06:45 PM
4 Kudos
Try the below steps : 1.CREATE DATABASE IF NOT EXISTS test_1 2. DROP DATABASE IF EXISTS test_1 CASCADE 3.I see the error message has Meta Exception, so guessing it could be because of metastore not running. So do this service hive-metastore status check for the result is not process not started or metastore dead then restart the service service hive-metastore start
... View more
06-21-2016
05:51 PM
1 Kudo
I am on a mission to convert mysql based CLIs to direct Nova API calls in a certain openstack- DNS related shell scripts. So does anybody know some good places to get started with hands on working examples or tutorials of Nova APIs? i am aware of the openstack documentation ,but right now looking for more complex ones. Thanks!
... View more