Member since
08-19-2019
2
Posts
0
Kudos Received
0
Solutions
10-22-2019
07:11 AM
Incase you have already at Step 9 and cannot proceed with ambari-server reset (as it invovles lots of Configs being added again , the below steps are for you ) Preqrequesties : The cluster now is in Deployment step(step 9 ) and you have only retry button to press - Follow the above mentioned steps - Dont restart ambari-server. Instead refresh the Installation wizard page. It will automatically pick the HDP repo urls and click on deploy. - It will go smoothly
... View more
09-27-2019
03:03 AM
Take MySQL backup before doing this operation. Go to MySQL use <DB>; select * from TBLS where tbl_name = '<table_name>'; Make a note of TBL_ID from the table and delete entries from TABLE_PARAMS , TBL_COL_PRIVS , TBL_PRIVS using where clause TBL_ID After getting this done, try the below command. delete from TBLS where tbl_name = '<table_name>'; Now open hive shell and check for the table.
... View more