Member since
12-09-2015
115
Posts
43
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
8364 | 07-10-2017 09:38 PM | |
5897 | 04-10-2017 03:24 PM | |
1348 | 03-04-2017 04:08 PM | |
4701 | 02-17-2017 10:42 PM | |
6148 | 02-17-2017 10:41 PM |
01-21-2016
11:27 AM
@Neeraj Sabharwal @Predrag Monodic @Jonas Straub @Artem Ervits thanks for looking at the post. I know this is strange issue. I did clear cache and did all the possible things..nothing helped...i opened a ticket with support and we learned it as a BUG. support forwarded this to Dev team to assist. there is a weird workaround for this issue. to see the settings...i have to click on yarn first go to yarn config and click on hive which shows hive settings...yes it does work only if i follow above method.
... View more
01-21-2016
01:25 AM
1 Kudo
is there any command which can give us the list of components that are registered with znode in real time? i want to see what are the hiveservers that are registered with zookeeper...etc
... View more
Labels:
- Labels:
-
Apache Hive
01-20-2016
10:45 PM
1 Kudo
@Kuldeep Kulkarni it is simple, we had the same problem and i simply edited hive.distro file /usr/hdp/2.2.0.0-2041/hive/bin/hive.distro go to this line and comment it and add below string --- if [ "$SERVICE" = "" ] ; then if [ "$SERVICE" = "" ] && [ "$USER" = "xxxxxxxx" ] ; then
if [ "$SERVICE" = "" ] ; then xxxxxxx - you can use your shared id /service id let me how did it go..
... View more
01-20-2016
10:34 PM
1 Kudo
upgraded from HDP 2.2 to HDP 2.3.4 and i couldn't see anything under hive where memory and other important parameters display in ambariscreen-shot-2016-01-20-at-53419-pm.png
... View more
Labels:
- Labels:
-
Apache Hive
01-14-2016
01:17 AM
3 Kudos
it happens when Ambari is upgraded to 2.2 this is a known issue -https://issues.apache.org/jira/browse/AMBARI-13325 Disable bucket cache by erasing the values from these propeerties from ambari - and restart the Hbase service.
- hbase.bucketcache.ioengine
- hbase.bucketcache.percentage.in.combinedcache
- hbase.bucketcache.size
... View more
01-14-2016
12:20 AM
@Enis
value is set to 4G isn't big enough? we hardly use hbase
... View more
01-14-2016
12:15 AM
1 Kudo
not sure what parameter i have to change Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.apache.hadoop.hbase.regionserver.HRegionServer.constructRegionServer(HRegionServer.java:2484)
... 5 more
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
at java.nio.Bits.reserveMemory(Bits.java:658)
at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:306)
... View more
Labels:
- Labels:
-
Apache HBase
12-30-2015
04:16 PM
we got ambari 2.1.2 and we are able to send snmptraps to externals monitoring servers. however our monitoring folks says they don't see complete message to format it on their side. is it related to https://issues.apache.org/jira/browse/AMBARI-13205... bug?
... View more
Labels:
- Labels:
-
Apache Ambari
12-30-2015
01:30 PM
@bsaini i think i figured out the issue...it is a bug when we upgrade ambari database from Mysql 5.1 to later...as of now only option is to upgrade ambari to 2.2 or rollback the changes. thanks for taking time in answering my question...appreciate it!!! https://na9.salesforce.com/articles/en_US/Issue/Ambari-log-reports-You-have-an-error-in-your-SQL-syntax-check-the-manual-that-corresponds-to-your-MySQL-server-version-for-the-right?popup=true
... View more
12-30-2015
12:26 AM
I had a tough time with Ambari 1.7 pointing to Mysql 5.6 on remote host. AS is using all the available ports on the source to make a connection to remote host to port 3306. At one time i saw 28000 ports being used by ambari to connect. this is killing us because it even used 50070 at one time, and i had tough time to figure it out. Finally i stopped ambari-server and all is well. Did anyone face this issue? if so any idea on fix? apart from downgrading Mysql or upgrade ambari to 2.1.2?
... View more
Labels:
- Labels:
-
Apache Ambari