文件名称:谷歌师兄的leetcode刷题笔记-smoker:当你访问你的蜂巢时,带上你的吸烟者,你会少被蜇到
文件大小:110KB
文件格式:ZIP
更新时间:2024-07-20 01:14:52
系统开源
谷歌师兄的leetcode刷题笔记吸烟者 Clojure 中的自定义 Hive UDF 用法 如果你想自己编译,你可以: # wherever you have your code lein compile lein uberjar scp build/smoker-1.0.0-SNAPSHOT-standalone.jar myserver:~/hive-jars/smoker-standalone.jar 然后在 Hive 中使用它: # on your server, start hive with auxpath hive --auxpath /home/nmurray/hive-jars # tell hive about your jars (possibly optional) add jar /home/nmurray/hive-jars/smoker-standalone.jar; list jars; # create your operations create temporary function my_lower as 'smoker.udf.MyLowerC
【文件预览】:
smoker-master
----project.clj(2KB)
----README.mkd(2KB)
----test()
--------smoker()
----test-resources()
--------test-url-fields.txt(1KB)
--------toy-pages()
----src()
--------clj()
--------java()
----doc()
--------images()
----.gitignore(69B)