Member since
05-29-2019
5
Posts
0
Kudos Received
0
Solutions
07-31-2019
03:29 AM
Any idea to get the location, Itention of location is to copy the data from one cluser to another clusert. So i would need the hdfs location
... View more
05-30-2019
02:05 AM
@Rohit Sinha We can run Desc formatted <db_name>.<tab_name>; then extract CreateTime value in your shell script, to get when was the table is created and then make a decision to drop the table (or) not. If you have external table then follow this way to drop the table with hdfs data.
... View more