Uncategorized

Section 7:70. Difference Between Hive and RDBMS

RDBMS Tables are Schema on Write. For each and every write operation there will be validations such as Data Types. Scale, Precision, Check Constraints, Null Constraints. Unique Constraints performed. RDBMS Tables are fine tuned for best of the for transactions (POS. Bank Transfers etc) whereas Hive is meant for heavy weight batch data processing. where …

Section 7:70. Difference Between Hive and RDBMS Read More »

Section 7:65. Specifying Location for Hive Tables

In Hive, when you create a table, it is stored in a default location or directory in the Hadoop Distributed File System (HDFS). The default location for a table is usually under the user/hive/warehouse directory, with the table name as the subdirectory. The default location can be changed by modifying the hive.metastore.warehouse.dir property in the …

Section 7:65. Specifying Location for Hive Tables Read More »