Member since
03-21-2016
18
Posts
6
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
15822 | 05-26-2017 04:45 PM | |
751 | 05-24-2017 10:25 PM | |
2060 | 09-26-2016 12:44 AM |
12-09-2019
11:32 PM
Hi, The correct way to pass the multiple configurations is that it should be passed along with the --conf. Ex: spark-submit --conf org.spark.metadata =false --conf spark.driver.memory=10gb Thanks AK
... View more
07-20-2017
12:23 AM
Strangely when I tried to modify the tez.am.resource.memory.mb under Tez yesterday it wasn't taking effect. However, it does seem to be taking effect now. Appreciate your inputs.
... View more
06-01-2017
07:59 AM
@spolavarapu thank! It is exactly my case
... View more
05-24-2017
10:22 PM
1 Kudo
@Vishal Prakash Shah The Hive Metastore database in PgSQL uses upper case object names. In PostgreSQL to access these upper case objects you have to quote those objects. So in the example you provided you will have to change the query to look something like below: SELECT * FROM "TBLS"; HTH
... View more
03-23-2017
07:44 PM
That worked like a charm Vineet. Appreciate that tip. It worked for me as well.
... View more
09-26-2016
12:44 AM
This turns out to be an issue with something else in HAWQ 2.0.0. Since libhdfs3 and libyarn uses the same kerberos keyfile. The application was failing in the event there wasn't any activity through libyarn for long time which in turn meant that login() function wasn't called. The problem is documented in https://issues.apache.org/jira/browse/HAWQ-940 The issue is identified and addressed. Moreover, there wasn't anything in resource manager logs except for the container release logs.
... View more
03-22-2016
12:59 AM
I would recommend you to change the "desired_state" in the table "servicecomponentdesiredstate" under ambari database. You can update the values where service_name = 'RANGER_KMS'.
... View more