摘要: 1. 下面哪个程序负责HDFS数据存储。 a) NameNode b) Jobtracker c) Datanode √(完成数据存储) d) secondaryNameNode e) tasktracker 2. HDfS中的block默认保存几份? a) 3份√(hdfs-si... 阅读全文
posted @ 2014-06-14 21:53 jseven 阅读(4055) 评论(0) 推荐(0) 编辑
摘要: JAVA HOME IS A QQ GROUP. Welcome to join us. Although there are just two numbers. But,with you,we will grow up quickly! 点击链接加入群【JAVAHOME】:http... 阅读全文
posted @ 2014-06-14 20:06 jseven 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1、使用charindex(',',column_name)取得 ","所在的位置2、使用substring(str,start,end)截取3、例子 substring(column_name,0,charindex(',',column_name)) 即要赋予的值。 阅读全文
posted @ 2014-06-14 13:40 jseven 阅读(579) 评论(0) 推荐(0) 编辑