Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Crunch CSV to RCFile

This simple project demonstrates how to write out RCFile files using Apache Crunch, with the example of input CSV data.

Run the job with:

hadoop jar crunchcsvtorcfile-0.0.1-SNAPSHOT-job.jar [numberofcolumnsinthedata] /your/path/to/input/csv/ /your/output/path/

Read the RCFile data in Impala or Hive with:

CREATE EXTERNAL TABLE rc_output (field1name field1type, [etc.])
STORED AS RCFILE
LOCATION '/your/output/path/';

SELECT * FROM rc_output;

About

Crunch CSV to RCFile example

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages