Member since
07-16-2014
8
Posts
0
Kudos Received
0
Solutions
02-24-2016
06:37 AM
Hi I want to write a script using python api (cm_api) to configure hbase replication. I looked over documentation but did not find anything helpful Is it possible ? Thanks Gregory
... View more
Labels:
- Labels:
-
Apache HBase
04-05-2015
07:47 AM
Hi I'm using CDM 5.3.2-1.cm532.p0.209 I need to bind WEB UI port to all interfaces or at least to other interface than nachine hostname For example when I update JobHistory mapreduce.jobhistory.webapp.address parameter with "0.0.0.0:19888" value from Manager UI, I get "Enter a valid number." error. When I do it through API I get: "Could not parse: MapReduce JobHistory Web Application HTTP Port : Could not parse parameter 'mapreduce_jobhistory_webapp_address'. Was expecting: a long numeric value. Input: 0.0.0.0:19888" The same result when if I put valid DNS name corresponding another interface on node Is there any way to do it ? Thanks Gregory
... View more
Labels:
- Labels:
-
MapReduce
02-27-2015
10:05 AM
Thanks for the quick analysis am I able to track this issue according Jira case? I'd like to know which version will fix this issue Thanks Gregory
... View more
02-26-2015
08:12 AM
Hi We use Cloudera Cluster in the environment without external access outside to the internet, therefore we remove all predefined "Remote Parcel Repository URLs " addresses in CM ( "REMOTE_PARCEL_REPO_URLS" parameter name ). The problem is that when cloudera-scm-server service is restarted, all URL's are loaded again For example from server log: 2015-02-26 17:58:28,919 INFO main:com.cloudera.parcel.components.ParcelManagerImpl: Adding remote parcel repository : http://archive.cloudera.com/spark/parcels/latest/ ...... We use cloudera-manager-server-5.3.0-1.cm530.p0.166.el6.x86_64 version Is this some kind of bug? Thanks Gregory
... View more
Labels:
- Labels:
-
Apache Spark
-
Cloudera Manager
02-03-2015
12:37 AM
Hi I enable debug logging in python scripts for installing and configuring the cluster. import logging
logging.basicConfig(format='%(asctime)s [%(levelname)s] [%(name)s][%(funcName)s:%(lineno)d] - %(message)s', level=logging.DEBUG)
logger = logging.getLogger(__name__) In http_client response I get only partial output printed: 2015-01-29 18:22:40,660 [DEBUG] [cm_api.http_client][execute:157] - GET http://cdm1b.ECS-Site-1.comverse.com:7180/api/v6/commands/153
2015-01-29 18:22:40,670 [DEBUG] [cm_api.http_client][invoke:72] - GET Got response: {
"id" : 153,
"name" : "Enab...
2015-01-29 18:22:45,676 [DEBUG] [cm_api.http_client][execute:157] - GET http://cdm1b.ECS-Site-1.comverse.com:7180/api/v6/commands/153
2015-01-29 18:22:45,686 [DEBUG] [cm_api.http_client][invoke:72] - GET Got response: {
"id" : 153,
"name" : "Enab...
2015-01-29 18:22:45,687 [DEBUG] [cm_api.http_client][execute:157] - POST http://cdm1b.ECS-Site-1.comverse.com:7180/api/v6/clusters/ECS-HBASE/services/yarn/commands/start
2015-01-29 18:22:46,281 [DEBUG] [cm_api.http_client][invoke:72] - POST Got response: {
"id" : 161,
"name" : "Yarn...
2015-01-29 18:22:46,281 [DEBUG] [cm_api.http_client][execute:157] - GET http://cdm1b.ECS-Site-1.comverse.com:7180/api/v6/commands/153 How can I get full response in the output ? Thanks
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache YARN
07-16-2014
06:31 AM
I'm trying to find a way to create hdfs directory using Cloudera Manager API (python) and grant appropriate ownership and permissions. I don't find anything useful besides create_hdfs_tmp(),create_hbase_root() and so on... I need to create /hbase/lib directory. Thanks
... View more
Labels:
- Labels:
-
Apache HBase
-
Cloudera Manager
-
HDFS