Member since
03-17-2016
132
Posts
106
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2494 | 03-28-2019 11:16 AM | |
3118 | 03-28-2019 09:19 AM | |
2567 | 02-02-2017 07:52 AM | |
2691 | 10-03-2016 08:08 PM | |
1142 | 09-13-2016 08:00 PM |
07-14-2016
07:37 AM
2 Kudos
Resource_management.core.exceptions.Fail: Execution of 'export HIVE_CONF_DIR=/usr/hdp/current/hive-metastore/conf/conf.server ; /usr/hdp/current/hive-metastore/bin/schematool -initSchema -dbType postgres -userName hive -passWord [PROTECTED]' returned 254. /etc/profile: fork: retry: Resource temporarily unavailable
/etc/profile: fork: retry: Resource temporarily unavailable
/etc/profile: fork: retry: Resource temporarily unavailable
/etc/profile: fork: retry: Resource temporarily unavailable
/etc/profile: fork: Resource temporarily unavailable
/etc/profile: fork: retry: Resource temporarily unavailable /etc/profile: fork: retry: Resource temporarily unavailable
... View more
Labels:
- Labels:
-
Apache Hive
07-13-2016
12:09 PM
This is what i can see in my logs
... View more
07-13-2016
11:58 AM
1 Kudo
When i run a beeline query . It throws following excetion and some time query produces correct output Found these on hiveserver2 logs ERROR [HiveServer2-Background-Pool: Thread-160573]: operation.Operation (SQLOperation.java:run(209)) - Error running hive query:
org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.tez.TezTask. unable to create new native thread
at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:315)
at org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:156)
at org.apache.hive.service.cli.operation.SQLOperation.access$100(SQLOperation.java:71)
at org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:206)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1657)
at org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:218)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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)
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
... View more
Labels:
- Labels:
-
Apache Hive
06-09-2016
03:05 PM
Not able to start both namenodes at a time . Id one node is active other doesnt start. this is wat i found in logs ambari java.io.IOException: Cannot lock storage /nn/dfs/. The directory is already locked
... View more
06-09-2016
03:04 PM
Not able to start namenode on ha enabled cluster
... View more
Labels:
- Labels:
-
Apache Ambari
06-09-2016
07:50 AM
1 Kudo
@plevinson and @Sagar Shimpi I want to use ranger but i would like to manage it through Ambari. If i am following the steps mentioned by you guys will ranger show up in Ambari console?. @emaxwell I want to explore how easy it would be using HDI and as a part of that i want to see how easy it is to add unsupported services. Thanks for mentioning to run HDP on Azure i can have that as a option if i cant install it on HDI. I made some progress installing Ranger on HDI. I copied the Ranger related directories from "/var/lib/ambari-server/resources/common-services/" and placed them in "/var/lib/ambari-server/resources/stacks/HDP/2.4/services/". After restart Ambari was able to list Ranger as a service in add service wizard however i cannot go past the "Customize Services" step. Is this an valid method of adding Ranger to Ambari. Any help would be much appreciated.
... View more
06-08-2016
01:43 PM
2 Kudos
I am using azure hdinsights(hadoop cluster) with HDP 2.4.2 and the services available in ambari are 1: HDFS 2: MR2 3: YARN 4: Hive 5: Tez 6: Pig 7: Sqoop 8: Oozie 9: Zookeeper 10: Ambari Metrics 11: Kerberos 12: Slider When i try to add a service in ambari i dont see ranger available. So how do i install Ranger and still be able to start and stop it from ambari. I tried to follow this link but it is not clear https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=38571133#Overview%28Ambari1.5.0orlater%29-Example:ImplementingaCustomClientService
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
06-07-2016
01:45 PM
2 Kudos
@Kaliyug Antagonist No this does not qualify for 'Temporary Access to Internet' case in the Hortonworks doc . We have to download the required packages and then install them
... View more
06-07-2016
06:24 AM
2 Kudos
@Srikaran Jangidi
Start Tez session at Initialization - Enables a user to use HiveServer2 without enabling Tez for HiveServer2. Users might potentially want to run queries with Tez without a pool of sessions. Default value is False hive.execution.engine=tez - This setting determines whether Hive queries will be executed using Tez or MapReduce. Default value is - If this value is set to "mr," Hive queries will be executed using MapReduce. If this value is set to "tez," Hive queries will be executed using Tez. All queries executed through HiveServer2 will use the specified hive.execution.engine setting.
... View more
- « Previous
- Next »