Skip to content

ragingbal/bigd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bigd

Remember that transform scripts in hive should receive data from STDIN and return results to STDOUT. So, to properly test your transform script try this:

  • hive -e "select id from test limit 10" > testout.txt
  • cat testout.txt | python transform_value.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published