Importing a Table from MySQL to HDFS:
- Create the database and the tables in MySQL.
- Use Sqoop to import the tables in the retail store database and save it in HDFS under "/user".
- Import the tables to a Parquet data format rather than the default file form (text file).
Data Analysis: First of all we're going to import data from HDFS to Hive, HiveQL is Hiveโs query language, a dialect of SQL for big data. By using HiveQL we're going to determine:
- Get How many Orders were placed
- Get Average Revenue Per Order
- Get Average Revenue Per Day Per Product
- (In Progress)
-
(In Progress)
-
๐ซ Feel free to contact me if anything is wrong or if anything needs to be changed ๐! medhajjari9@gmail.com