Explain process to access sub directories recursively in hive queries.



Explain process to access sub directories recursively in hive queries...

Answer / Hoshiyar Singh

To access sub directories recursively in Hive queries, you can use the DBFS or WAL2FS storage handler. For example: SELECT * FROM dbfs_util.dbfs_ls('/path', true);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hive Interview Questions

What kind of datawarehouse application is suitable for Hive?

1 Answers  


What are the default record and field delimiter used for hive text files?

1 Answers  


Difference between HBase vs Hive?

1 Answers  


Explain REPEAT function in Hive with example?

1 Answers  


How to add the partition in existing table without the partition table?

1 Answers  


Explain about the different types of join in Hive?

1 Answers  


Explain SHOW and DESCRIBE Commands in Hive?

1 Answers  


What is Partition table in Hive?

1 Answers  


What happened after creating a table in hive ?

1 Answers  


How to change the column data type in hive? Explain rlike in hive.

1 Answers  


Explain ALTER Table statement in Hive?

1 Answers  


Where does the data of a Hive table gets stored?

0 Answers  


Categories