Skip to content

datagym-ru/hive-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive Utils UDF

Compile

mvn compile

Build

mvn assembly:single

Run

%> hive
hive> ADD JAR hdfs://<hive_metastore>:8020/etc/sparkjars/hive-utils.jar;
hive> create temporary function decode_url as 'com.ermakovpetr.urdldecoder.UrlDecoderUDF';
hive> select decode_url('https%3A%2F%2Flamoda.ru');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages