Member since
12-28-2018
30
Posts
1
Kudos Received
0
Solutions
11-02-2022
07:06 AM
got the same error, have you found the solution.
... View more
12-01-2021
08:51 PM
If you are using the Postgres DB then use the below query to get table information : 1. log in to DB server and execute the below query : ./psql -d hive -c "SELECT \"NAME\", \"TBL_NAME\" FROM \"DBS\" as a, \"TBLS\" as b where a.\"DB_ID\"=b.\"DB_ID\";" > /tmp/tables1.txt
> awk '{print $1" " $3}' tables1.txt >> tables.txt
> cat /tmp/tables1.txt | wc -l
... View more
05-20-2020
01:42 PM
@Moka Have you resolved your issue? What steps did you followed?
... View more
01-04-2019
05:09 AM
@scharan I have deleted my notebook on 03-01-19 at 18:00 with respect to my cluster configuration fs.trash.interval is 360minutes i.e., 6hours even though after 15hours Trash still holds my deleted notebooks. Any help on this.
... View more
04-09-2019
10:28 AM
Hi, Thanks, This document is really helpful. I have enabled HDPSearch 4.0 in our kerberised cluster. Could you please help me to enable auto indexing in solr to index hive and hdfs data? Thanks, Shikha
... View more