上一页 1 2 3 4 5 6 ··· 8 下一页

2014年9月29日

hadoop 各种组件配置参数

摘要: ********************************************hive***********************************************hive.cli.print.current.db; 是否在命令行提示当前数据库,默认为FALSEhive.... 阅读全文

posted @ 2014-09-29 09:56 a_badegg 阅读(277) 评论(0) 推荐(0) 编辑

2014年9月28日

hadoop 学习

摘要: 不同版本间Hadoop拷贝通过NFS,将hdfs挂在到本地 阅读全文

posted @ 2014-09-28 21:28 a_badegg 阅读(122) 评论(0) 推荐(0) 编辑

解决windows下Eclipse连接远程Hadoop报错

摘要: Exception in thread "main" java.lang.UnsatisfiedLinkError: org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z找到报错类,把源码放到Ecli... 阅读全文

posted @ 2014-09-28 17:00 a_badegg 阅读(173) 评论(0) 推荐(0) 编辑

log4j日志输出配置

摘要: # Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdoutlog4j.rootLogger=DEBUG, stdout# log4j.rootLogger=WARN, stdout, l... 阅读全文

posted @ 2014-09-28 16:19 a_badegg 阅读(142) 评论(0) 推荐(0) 编辑

Linux 常用命令学习

摘要: sed 大法:cat file | sed 's/string/replace_str/' file按大小分割文件split -b 100m filename设置vi不自动转换tab:set noexpandtab 阅读全文

posted @ 2014-09-28 11:58 a_badegg 阅读(76) 评论(0) 推荐(0) 编辑

2014年9月26日

Linux 求子串个数

摘要: echo $filelists[*]|sed "s/ /\n/g"|wc -l 阅读全文

posted @ 2014-09-26 20:27 a_badegg 阅读(160) 评论(0) 推荐(0) 编辑

连接远程hbase长时间等待问题

摘要: 确保本地保存了远程主机名:保存远程hosts 阅读全文

posted @ 2014-09-26 14:02 a_badegg 阅读(417) 评论(0) 推荐(0) 编辑

2014年9月24日

使用x manager 连接Linux桌面

摘要: /usr/bin/xterm -ls -display $DISPLAY需要安装xterm 服务 阅读全文

posted @ 2014-09-24 23:24 a_badegg 阅读(152) 评论(0) 推荐(0) 编辑

2014年9月19日

hadoop 配置文件注意问题

摘要: 一定要配置成hostname形式:如伪分布:配成localhost:9000完全分布:配成big1:9000 阅读全文

posted @ 2014-09-19 16:36 a_badegg 阅读(112) 评论(0) 推荐(0) 编辑

2014年9月16日

hbase 单机安装问题

摘要: 报zookeeper exception not foundI fixed this by editing the file "/usr/local/hbase-0.94.1/conf/hbase-env.sh" and adding the element "export HBASE_CLASSP... 阅读全文

posted @ 2014-09-16 17:40 a_badegg 阅读(112) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页

导航