因为搭建Hadoop环境的时候,所用的系统镜像是emi-centos-6.4-x86_64,是64位的,而hadoop是默认是32的安装包。这导致我们很多操作都会遇到这个问题(Java HotSpot(TM) 64-Bit Server VM warning: You have loaded lib...
分类:
其他好文 时间:
2014-07-24 05:04:28
阅读次数:
321
SELECT partition_name part, partition_expression expr, partition_description descr, table_rows FROM INFORMATION_SCHEMA.partitions WHERE...
分类:
数据库 时间:
2014-07-23 20:20:55
阅读次数:
258
今天需要编译一个项目的时候在装g++都装不上,[root@master hadoop]# yum install g++Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cach...
分类:
系统相关 时间:
2014-07-23 12:35:56
阅读次数:
303
250-point problemProblem StatementJanusz is learning how to play chess. He is using the standard chessboard with 8 rows and 8 columns. Both the rows a...
分类:
其他好文 时间:
2014-07-22 23:21:17
阅读次数:
348
Example of how to add tables to an XlsxWriter worksheet.Tables in Excel are used to group rows and columns of data into a single structure that can be...
分类:
其他好文 时间:
2014-07-22 22:52:12
阅读次数:
249
关于 onload的执行:alert('iframe4_loaded');alert("end.page1");alert('iframe2_loaded');alert('iframe3_loaded');alert('page1_loaded');alert('iframe1_loaded');...
分类:
编程语言 时间:
2014-07-22 22:46:12
阅读次数:
219
1.选用适合的ORACLE优化器 ORACLE的优化器共有3种: a.RULE(基于规则)b.COST(基于成本)c.CHOOSE(选择性) 设置缺省的优化器,可以通过对init.ora文件中OPTIMIZER_MODE参数的各种声明,如RULE,COST,CHOOSE,ALL_ROWS,FIRST...
分类:
数据库 时间:
2014-07-22 22:45:53
阅读次数:
269
1.创建一个内存表,定义主键约束等2.声明基类数组并赋值,再把数组当做行添加到Rows中using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.T...
分类:
其他好文 时间:
2014-07-22 22:40:13
阅读次数:
219
JSON原数据{"total":1,"rows":[{"ID":1,"Title":"台州初级中学招收初一年级体育特长生的通告","Content":"","Type":"01","ReceiveUserName":"蔡婧怡","IsRead":0,"SendDate":"2014-07-18 15...
分类:
移动开发 时间:
2014-07-22 22:35:33
阅读次数:
206
List<Map<String, Object>> rows = new ArrayList<Map<String, Object>>(); String sql = "select id, name from ..................";//略 rows = getSimpleJdbcTemplate().queryForList(sqlBuffer.toString());...
分类:
数据库 时间:
2014-07-21 13:29:02
阅读次数:
271