Member since
10-16-2018
11
Posts
0
Kudos Received
0
Solutions
03-19-2019
07:18 AM
here is the situation we are facing we have ambari groups with on spot instances , when a instances got terminated aws ASG tries to fill it but cloudbreak unknown of the new instance cloudbreak gives error of aws and cloudbreak not in sync. can new instances added be made aware to cloudbreak and removing the old instances which got terminated. or is it something that we have set wrong or missing something.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Hortonworks Cloudbreak
03-09-2019
04:16 PM
correct ! i guess hive of new version needs new database or you need to upgrade the database for the version , thanks for confirming.
... View more
03-01-2019
01:05 PM
I have a cluster provisioned via cloudbreak at hdp 2.6.5 , i am adding a new cluster at 3.1.0 hdp but my metastore, hiveserver2 are failing to start with following errors: hivemetastore - 0: jdbc:postgresql://dpcb-cloudbreak-db-prod.> CREATE TABLE "BUCKETING_COLS" ( " SD_ID" bigint NOT NULL, "BUCKET_COL_NAME" character varying(256) DEFAULT NULL::c haracter varying, "INTEGER_IDX" bigint NOT NULL ) Error: ERROR: relation "BUCKETING_COLS" already exists (state=42P07,code=0) Closing: 0: jdbc:postgresql://dpcb-cloudbreak-db-prod.c71clklfxr8a.us-east-1.rds.amazonaws.com:3306/hive hiveinteractive server - unable to connect to metastore which is i think due to above is it that we cannot have two hdp versions running in cloudbreak and using the same external hive db any pointers will be really helpful , stuck for long time cloudbreak version: 2.9.0
... View more
Labels:
- Labels:
-
Apache Hive
-
Hortonworks Cloudbreak
10-23-2018
03:09 AM
i want to deploy cloudbreak on production with external database , does anyone have layout for HA , external databased cloudbreak on aws.
... View more
Labels:
- Labels:
-
Hortonworks Cloudbreak
10-21-2018
10:08 PM
I think i got to know the reason , but you guys can validate it , if a component is present in more than one node then that it is not available for exposed service in knox service , i made hive server as single component and it became available through gateway, other component which need to be HA cannot be exposed in cloudbread via knox ? can you confirm ? i will look for code in repo though
... View more
10-21-2018
10:08 PM
hey , i am using following custom blueprint <a href="/storage/attachments/92936-hbasehawithcompute.json">hbasehawithcompute.json</a><br> } but i am unable to expose hive through knox gateway as in services list its not being displayed in cloudbreak create cluster mode, can you please help in how can i enable hive jdbc access(as well other acceses) with current blueprint , or please suggest correction in blueprint
... View more
Labels:
- Labels:
-
Apache Knox
-
Hortonworks Cloudbreak
10-16-2018
01:31 PM
hey i think config is missing port for quorum , following is the working snippet , { "hbase-site": { "properties": { "hbase.zookeeper.property.clientPort": "2181", "hbase.zookeeper.quorum": "%HOSTGROUP::master_nn1%:2181,%HOSTGROUP::master_nn2%:2181,%HOSTGROUP::master_mgmt%:2181", "hbase.zookeeper.useMulti": "true"} } }
... View more