Did you download and install the sql server plugin
as
well?http://downloads.sourceforge.net/project/geoserver/GeoServer%20Extensions/2.1.3/geoserver-2...
分类:
数据库 时间:
2014-05-19 09:13:32
阅读次数:
422
hive有textFile,SequenceFile,RCFile三种文件格式。textfile为默认格式,建表时不指定默认为这个格式,导入数据时会直接把数据文件拷贝到hdfs上不进行处理。SequenceFile,RCFile格式的表不能直接从本地文件导入数据,数据要先导入到textfile格式的...
分类:
其他好文 时间:
2014-05-19 08:33:35
阅读次数:
349
简单的创建表create table table_name ( id int,
dtDontQuery string, name string)创建有分区的表create table table_name ( id ...
分类:
其他好文 时间:
2014-05-19 08:30:57
阅读次数:
493
UCloud云服务以大家所称道的高性能和高稳定性,走进了越来越多的大众视野。大家都对UCloud云计算平台的技术实现方式非常好奇。UCloud云主机的高性能是如何实现的?如何使得SATA跑过SSD?持久化分布式内存存储机制是怎样的?如何实现云计算模式下的Hadoop多租户隔离?分布式虚拟交换机又.....
分类:
其他好文 时间:
2014-05-19 08:28:47
阅读次数:
338
1.php与apache安装路径2.安装Apache服务 httpd -k
install开启关闭重启服务 http -k start/stop/restart3.php.ini-development重命名为
php.ini4.配置Apache的httpd.conf,关联php解析器。在最后添加L...
分类:
Web程序 时间:
2014-05-19 08:02:47
阅读次数:
529
http://developer.android.com/sdk/installing/installing-adt.html Download the ADT
Plugin Start Eclipse, then select Help > Install New Software. Click ...
分类:
系统相关 时间:
2014-05-19 07:58:09
阅读次数:
343
最近在做真机测试的时候,经常出现Installation error: INSTAL
L_FAILED_INSUFFICIENT_STORAGE这个问题,导致apk没法安装到是手机上,在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。.....
分类:
其他好文 时间:
2014-05-18 20:14:04
阅读次数:
362
运行NodeJS时出现如下错误:Error: Most middleware (like
bodyParser) is no longer bundled with Express and must be installed
separately.意思是命令行中运行npm install body-...
分类:
其他好文 时间:
2014-05-17 21:57:26
阅读次数:
336
PrerequisiteHadoop 2.2 has been installed (and
the below installation steps should be applied on each of Hadoop node)Step 1.
Install R (by yum)[hadoop...
分类:
系统相关 时间:
2014-05-17 21:51:24
阅读次数:
671
64位,才可以安装KVM虚拟机。32位系统的内核默认没有把KVM模块编译进去,而且源中也没有与虚拟化相关的软件包,如Qemu等报device-mapper-devel/libdevmapper错误解决方法在Centos下
yum -y install device-mapper-devel;在Ub....
分类:
其他好文 时间:
2014-05-17 20:55:55
阅读次数:
243