You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI Job Replacement Analysis using Hadoop Framework
Project Overview
This project demonstrates a complete Big Data pipeline using the Hadoop ecosystem. The objective is to process and analyze an AI Job Replacement dataset using HDFS for storage, MapReduce for processing, and Hive for querying and analytics.
LOAD DATA INPATH '/user/cloudera/kanchanproject/ai_job_replacement_2020_2026_v2.csv' INTO TABLE ai_jobs;
Hive Queries and Results
Risk Distribution
Category
Count
High Risk
2368
Low Risk
12632
Industry-wise Analysis
Industry
Job Count
IT
XXXX
Finance
XXXX
Healthcare
XXXX
Average Salary Change
Metric
Value
Average Salary Change
(Result from query)
Top Growing Job Roles
Job Role
Growth Percentage
Role 1
Value
Role 2
Value
Key Insights
Insight No
Description
1
Majority of jobs are low-risk, indicating stability
2
Some industries dominate job distribution
3
AI impacts salaries differently across skill levels
4
High-skill roles show strong growth
5
Remote work feasibility is increasing
Use of Generative AI
Area
Usage
Code Generation
Mapper and Reducer scripts
Debugging
Error fixing in Hadoop jobs
Query Writing
Hive query generation
Conclusion
This project demonstrates how Hadoop can be used to process and analyze large datasets efficiently. By combining HDFS, MapReduce, and Hive, meaningful insights can be extracted from complex data.