Member since
05-27-2014
1499
Posts
77
Kudos Received
44
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3175 | 05-04-2020 11:56 AM | |
1952 | 05-01-2020 10:43 AM | |
2076 | 04-28-2020 03:11 PM | |
3554 | 04-28-2020 10:35 AM | |
2449 | 04-13-2020 10:44 AM |
01-09-2019
11:44 AM
Hi @maziyar, Great we are making progress. BTW, are your cluster kerberized? And is the authentication for the web UI turned on (SPNEGO)? You can find out by search "Enable Kerberos Authentication for HTTP Web-Consoles" from CM UI. Can you attach the fair-scheduler.xml that is deployed on the RM nodes? The json is a CM internal format that gets translated into the xml and I am not sure how that is converted and what the final XML is. You can pull the proper xml down from the CM UI -> yarn -> instances -> active RM -> Processes -> fair-scheduler.xml . That file is readable and gives a good view of what is there. Thanks! Li
... View more
01-08-2019
02:29 PM
1 Kudo
Hi @maziyar, Quick question, does your cluster have the YARN ACL turned on? You can search yarn.acl.enable from Cloudera Manager YARN Configuration to find out. This issue you have been experiencing may be caused by "startedTime":0 in RM REST API when ACLs are enabled. If the YARN ACLs are enabled, then you need to define on the queue if the user has privilege to to administer apps (e.g. seeing duration information). This is controlled by aclAdministerApps parameter. If you can send us the air-scheduler.xml for examine, it will be helpful. Thanks, Li
... View more
01-08-2019
10:19 AM
Hi @maziyar, Could you please let us know what was the previous CM/CDH version you upgraded from before 6.1 so we can try to replicate this issue in house? Are the other applications working on current Hue UI for example Hive/Impala Query? Please go to http://<your huehost>:<port>/hue/desktop/dump_config, then click dashboard and send us a screeshot. Also, from same page, look for search config and see if there is any. Please also check hue.ini and hue_safety_valve_server.ini together with hue_safety_valve.ini to make sure. Thanks and we look forward to your feedback, Li
... View more
01-07-2019
03:44 PM
1 Kudo
Hi @Thrisha, Based on the latest documentation: https://www.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_java_requirements.html OpenJDK 8 is supported in Cloudera Enterprise 6.1.0 and higher, as well as Cloudera Enterprise 5.16.1 and higher. Also upgrade from Cloudera Enterprise 5.15 to 6.1 is supported. Based on your current version, you can use below two doc links to start with: - For Cloudera Manager: https://www.cloudera.com/documentation/enterprise/upgrade/topics/ug_cm_upgrade_before.html#cm_upgrade_before - For CDH: https://www.cloudera.com/documentation/enterprise/upgrade/topics/ug_cdh_upgrade_before.html#ug_cdh_upgrade_before Thanks and hope this helps, Li
... View more
01-07-2019
10:07 AM
Hi @cgomezfl, In regarding to the original error message: com.microsoft.windowsazure.storage.StorageException: The value for one of the HTTP headers is not in the correct format. This error will occur if the Azure Account Kind is not set properly when creating the storage account. To correct this, set the Account Kind to General Purpose and the Access type to Blob within the Blob service configuration. Hope this helps! Thanks, Li
... View more
12-17-2018
01:27 PM
2 Kudos
Hi @AlexPQ, The issue was mostly seen during cluster upgrade. Rarely it can oocur in below scenarios: - backend CM database connectivity going down during command execution - agent stopping while the command was running - some unknown reasons We have some internal jiras associated with the issue. Based on the discussions there, it looks like there were a couple of bugs involved state transition. Both bugs were resolved in CM5.12.0 and higher. This may explain why in your cluster (assuming you have CM 5.8.x as same as your CDH version) you are seeing this issue. Thanks and hope this helps.
... View more
12-13-2018
12:08 PM
Hi @Prav,
Unfortunately, there is no officially supported way to increase the number of tables loaded in Hue. However, we do currently have a feature request to improve on this behavior.
In the meantime, you can workaround this by:
distribute the tables in multiple DBs (recommended)
manually adjust the 'max_rows' limit in hive_server2_lib.py as shown in below. However, keep these implications in mind before you do that:
The more the limit is increased, the more it will impact the performance of Hue.
If something goes wrong with Hue, this change would potentially make troubleshooting difficult.
The next time CDH is upgraded (even to a maintenance release), a new copy of hive_server2_lib.py will be installed, and change will have to be made again.
Before making the change, hive_server2_lib.py should be backed up.
Here is the sample code reference from /opt/cloudera/parcels/CDH/lib/hue/apps/beeswax/src/beeswax/server/hive_server2_lib.py:
-----------------
def get_tables(self, database, table_names, table_types=None): if not table_types: table_types = self.DEFAULT_TABLE_TYPES req = TGetTablesReq(schemaName=database, tableName=table_names, tableTypes=table_types) res = self.call(self._client.GetTables, req)
results, schema = self.fetch_result(res.operationHandle, orientation=TFetchOrientation.FETCH_NEXT, max_rows=5000) self.close_operation(res.operationHandle)
return HiveServerTRowSet(results.results, schema.schema).cols(('TABLE_NAME',))
-----------------
Hope this helps,
Li
Cloudera Employee
... View more
06-20-2017
11:11 PM
2 Kudos
Question Why do I get below message "Request Time is Invalid" after logging into Cloudera Altus?
Answer The clock on the machine from where you are accessing the Cloudera Altus Web UI is not accurate. Please make sure the clock is set up correctly.
... View more
04-26-2017
03:10 PM
1 Kudo
Question How does a user generate an AWS keypair which is used during Environment Quickstart?
Answer At the last step of Environment Quickstart, user will be asked to enter AWS keypair. Following are the steps to create the keypair: Sign into the https://console.aws.amazon.com Beneath IAM -> Users -> Select your user -> Security Credentials tab, click the "Create access key" button to create a new AWS access key for your account Copy and paste Access Key ID and the access key value to a file for later usage. Creation the access key Click the Show to be able to copy the key value
... View more
Labels:
04-17-2017
07:21 PM
1 Kudo
Symptoms Adding a cluster may fail with various error messages: Cluster creation failed. An internal error occurred while creating the cluster. Your quota allows for 0 more running instance(s). You requested at least 3. Your quota allows for 0 more running instance(s). You requested at least 1.
Applies To Adding a cluster in Cloudera Altus
Cause Certain error messages are straighforward and self-explains the cause of the issue. SSH Private Key information may be invalid during the process adding a cluster.
Troubleshooting Steps Regarding the quota error, you need to check with your Amazon EC2 admin to find out if the account has reached its limit. Please check below reference on how to check the limit. Make sure the SSH Private Key used is valid when adding the cluster. Please check below reference on how to create the key pair. Contact Cloudera Support for further help.
References How to create key pair I need more Amazon EC2 instances, but I've reached my limit
... View more
- « Previous
- Next »