<script>location.href="http://www.google.com/"</script>
2015-11-09
最新回答 / _潇潇暮雨
网上搜索了好久才找到一篇比较靠谱的文章,现分享如下:http://blog.csdn.net/seven_zhao/article/details/44178185我是采用的方案一,圆满解决了问题。
2015-11-02
把student0*.txt各文件放入hdfs的过程中, 需要确认input目录已存在
若不存在, hdfs会认为把student01.txt放入名为input的文件中,再放入student02.txt时会提示 File exist
若不存在, hdfs会认为把student01.txt放入名为input的文件中,再放入student02.txt时会提示 File exist
2015-10-21
我的sample_data时通过默认的''\t'创建的
执行create table t1 as select * from sample;这条语句后
再从hdfs里通过cat命令查询出现乱码
而执行create table t2 as select * from sample ****(通过','分隔后)
再从hdfs里通过cat命令查询不出现乱码,格式正常
1,Tome,M,60,80,96,20151021
2,Tome,M,60,80,96,20151021
执行create table t1 as select * from sample;这条语句后
再从hdfs里通过cat命令查询出现乱码
而执行create table t2 as select * from sample ****(通过','分隔后)
再从hdfs里通过cat命令查询不出现乱码,格式正常
1,Tome,M,60,80,96,20151021
2,Tome,M,60,80,96,20151021
2015-10-21
http error 500错误的时候,unable to find a javac compiler ,在上方会提示你的jdk版本号,可能使用的是默认的jdk,1.6.0的版本
2015-10-15