Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Created March 1, 2012 10:39
Show Gist options
  • Select an option

  • Save anuvrat/1948987 to your computer and use it in GitHub Desktop.

Select an option

Save anuvrat/1948987 to your computer and use it in GitHub Desktop.
add file s3://hive-udf-script/test.pl;
select transform(full_name) using 'perl test.pl' as (first_name, last_name) from names_tables;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment