TextFile is the default file format, unless the configuration parameter hive.default.fileformat has a different setting.
We can create a table on hive using the field names in our delimited text file. Lets say for example, our csv file contains three fields (id, name, salary) and we want to create ...