06 2015 档案
摘要:如果有表中有重复键,做表连接后,可能会产生很大的数据表A 有两个重复键a:col1 col2a 1a 2表B 有两个重复键a:col1 col2a 3a 4做内连接:select * from A join B on A.col1 = B.col1, 结果a 1 ...
阅读全文
摘要:1. 元数据配置 配置属性 javax.jdo.option.ConnectionURL, javax.jdo.option.ConnectionDriverName 等 2. 集合数据类型 STRUCT: MAP: ARRAY: 3.分割符 \n 分行 \001 分列 \002 分隔ARRAY、S
阅读全文
摘要:1. Word Count 例子 inputfile = load 'file' as (line); 内容: {line: bytearray} (Look at the stars, ) (Look how they shine for you, ) (And everything you do
阅读全文
摘要:Pig: 1. 内连接: join_table = join table1 by col1, join table2 by col2 2. 外连接: 左外连接:join_table = join table1 by col1 left outer, join table2 by col2 其中out
阅读全文
浙公网安备 33010602011771号