Can Hive recursively descend into subdirectories without partitions or editing hive-site.xml?

Using Hive in HDInsight, I set the following properties before I create my external table in the Hive query and it works for me.

SET hive.mapred.supports.subdirectories=TRUE;
SET mapred.input.dir.recursive=TRUE;

Leave a Comment