最近使用hive做一些etl工作,除了日常sql的编写,了解hadoop及hive的一些底层原理性质的东西包括调优非常有必要,一次hive调优就把原来的零散文件做了合并。首先记下hadoop常用的命令:(hadoop
fs -help列出全部)1,hadoop fs –fs [local | ]:声...
分类:
其他好文 时间:
2014-05-26 20:44:49
阅读次数:
308
一 、查看已安装的nginx是否包含stub_status模块
/usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments:
--with-http_stub_status_module 确定支持stub...
分类:
其他好文 时间:
2014-05-26 16:34:01
阅读次数:
233
The stunnel program is designed to work as an
SSL encryption wrapper between remote client and local (inetd-startable) or
remote server. It can be use...
分类:
其他好文 时间:
2014-05-26 16:15:57
阅读次数:
330
安装MySql时在最后Start
Service时失败:首先先卸载掉MySql。查看MySql服务有没有启动,若启动,则先停止MySql服务。再如图打开注册表,到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services删除MySql服务。在命令行输入s...
分类:
数据库 时间:
2014-05-26 16:10:28
阅读次数:
327
To clone the master development repository, install
git, and run:git clone git://github.com/torvalds/linux.git v4l-dvb cd v4l-dvb
git remote add linux...
分类:
其他好文 时间:
2014-05-26 14:13:43
阅读次数:
338
报错详情:Failure to transfer
com.thoughtworks.xstream:xstream:pom:1.3.1 from
http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:
其他好文 时间:
2014-05-26 13:27:05
阅读次数:
2261
一直按网上的方法:1.先安装apt-get install
zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make
install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:
编程语言 时间:
2014-05-26 12:35:01
阅读次数:
298
变量定义(variables):local: time or _time instance:
@time class: @@time global $time数据类型(data types)Numeric String Symbol Boolean
Array Hashvariabl...
分类:
其他好文 时间:
2014-05-26 09:39:54
阅读次数:
217
网上找到一份关于Apache加载PHP.ini顺序的文档: (1)
apache的httpd.conf中的PhpIniDir; (2)
注册表键值:HKEY_LOCAL_MACHINE->SOFTWARE->PHP->IniFilePath; (3) 环境变量%PHPRC%;
(4) PHP5的根目...
分类:
Web程序 时间:
2014-05-26 09:28:47
阅读次数:
254
##adb命令是安装到platform-tools目录中,而非上一步android命令所在的tools目录。$ cd
/opt/local/share/java/android-sdk-mac_x86/platform-tools##先探测是否可以正确识别设备,有设备号和device字样表示正确识别...
分类:
移动开发 时间:
2014-05-26 08:00:20
阅读次数:
273