Get HDFS file location of Hive table records as column
In this post, we will learn how we can extract the physical HDFS file location path of the Hive table as a column along with other columns of the table. We will demonstrate this using HiveQL, PySpark, and Scala. We can create the Hive tables as internal or external tables. So, if we create an […]
Get HDFS file location of Hive table records as column Read More »