- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 hive udaf实例
package com.csm.data.udf.hive; import org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException; import org.apache.hadoop.hive.ql.metadata.HiveException; import org.apache.hadoop.hive.ql.parse.S...
2017-02-14 15:49:27
349
原创 java的BitSet类初学
java的BitSet类学习。 BitSet bs = new BitSet(); System.out.println("bs.size==" + bs.size()); Integer val = 1; //int的size是4个字节 System.out.println(val.SIZE); bs.set(0, true); bs.set(1,false)...
2017-01-16 23:36:06
268
hive0.13的udtf使用例子
hive0.13的自定义UDTF函数的应用 代码的编写 /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work fo...
2016-02-04 00:52:43
238
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅