上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 34 下一页
摘要: 非标准参数非标准参数又称为扩展参数,其列表如下: -Xint 设置jvm以解释模式运行,所有的字节码将被直接执行,而不会编译成本地码。 -Xbatch 关闭后台代码编译,强制在前台编译,编译完成之后才能进行代码执行; 默认情况下,jvm在后台进行编译,若没有编译完成,则前台运行代码时以解释模式运行... 阅读全文
posted @ 2014-09-01 12:03 谭志宇 阅读(1858) 评论(0) 推荐(0) 编辑
摘要: 现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ... 阅读全文
posted @ 2014-08-29 13:53 谭志宇 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1错误:DataXceiver error processing WRITE_BLOCK operation2014-05-06 15:21:30,378 ERROR org.apache.hadoop.hdfs.server.datanode.DataNode: hadoop-datanode1:... 阅读全文
posted @ 2014-08-27 16:02 谭志宇 阅读(1269) 评论(0) 推荐(0) 编辑
摘要: byte[] cipherData = Base64.encodeBase64(plainText.getBytes()); //默认不换行 byte[] cipherData = Base64.encodeBase64(plainText.getBytes(), false)... 阅读全文
posted @ 2014-08-22 10:33 谭志宇 阅读(7533) 评论(0) 推荐(0) 编辑
摘要: http://blog.eastmoney.com/uen868/blog_160654760.html 阅读全文
posted @ 2014-08-07 09:15 谭志宇 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 参考 http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/1.0.1/Installing-and-Using-Impala/ciiu_lzo.htmlsudo apt-get install liblzo2-d... 阅读全文
posted @ 2014-07-29 15:40 谭志宇 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 影响股价走势的关键是成交量。量是价的先驱,在低位因量的放大才会有价的上涨,而在高位也会因量的放大从而引起价格的下跌。成交量的放大与缩小会很好地配合着股价的上涨与下跌,如果不管是上涨还是下跌量都乱放的话,那也就没有研究成交量的必要了。如果脱离了成交量只看K线图,那赔光是早晚的事。 价格是很容易被人... 阅读全文
posted @ 2014-07-25 09:01 谭志宇 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 编译源代码 http://www.cnblogs.com/chengxin1982/p/3862289.html 测试参考 http://blog.jeoygin.org/2012/03/java-compression-library-test.html1 snappy参考地址http://sst... 阅读全文
posted @ 2014-07-23 09:56 谭志宇 阅读(3571) 评论(0) 推荐(0) 编辑
摘要: Unable to load native-hadoop library for your platform解决安装maven1 cmake-2.8.12.1.tar.gzcd cmake-2.8.12.1 ./bootstrap make sudo make install2 安装ant expo... 阅读全文
posted @ 2014-07-23 09:47 谭志宇 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: 在看hadoop 的二次排序的时候,改写了下, 加了第三个参数, 本来以为是在 public int compareTo(IntPair o) { System.out.println("-----------compareTo"); if (first != o.first... 阅读全文
posted @ 2014-07-18 16:02 谭志宇 阅读(960) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 34 下一页