Skip to content

Stephane937/HIVE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA ANALYSIS PROJECT USING HADOOP/HIVE

INTERNAL TABLE :

In your terminal, follow this commands

  • hive
  • create database deathAnalysis
  • use deathAnalysis
  • create table death_stats(name string,death_number int,country string,country_code string,year int) row format delimited fields terminated by ';' stored as textfile location '/user/cloudera/HiveDATA/'
  • create table country_continent(country string,code string,code2 string,iso string,continent string,continetnt_det string,region string,lat string,lon string,n string) row format delimited fields terminated by ',' stored as textfile location '/user/cloudera/countryDATA'

2 CSV FILE : one is about the country and continents and an another is our main data of death by country

1 SQL FILE which contains all queries for the analysis.

1 PDF FILE which contains some screenshoots of graphics and queries in HIVE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published