In hive,can we change location of managed/external table if yes how. After changing location will it behave like external table or internal table
yes, it's possible. And if you are looking for an external table location change, please use an alter script like below ALTER TABLE users SET LOCATION 'hdfs://hostname:port/source_folder_path'