码迷,mamicode.com
首页 >  
搜索关键字:yarn local dirs    ( 27093个结果
[Nagios] Error: Template 'timman' specified in contact definition could not be not found (c
Check nagios配置文件报错例如以下:[nagios@2 etc]$ /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgNagios Core 4.0.6Copyright (c) 2009-present Nag...
分类:移动开发   时间:2014-05-27 00:07:04    阅读次数:364
解决Win8下使用net use命令磁盘映射无效的问题
该问题由UAC机制引起,可尝试如下方案:以管理员身份打开Powershell,运行:New-ItemProperty -Path "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Syst...
分类:Windows程序   时间:2014-05-26 23:14:45    阅读次数:825
linux下php扩展curl的安装
方法一安装cURLwgethttp://curl.haxx.se/download/curl-7.17.1.tar.gztar -zxf curl-7.17.1.tar.gz./configure --prefix=/usr/local/curlmake & make install方法二进入安装原...
分类:Web程序   时间:2014-05-26 21:25:29    阅读次数:698
Hadoop fs命令(转)
最近使用hive做一些etl工作,除了日常sql的编写,了解hadoop及hive的一些底层原理性质的东西包括调优非常有必要,一次hive调优就把原来的零散文件做了合并。首先记下hadoop常用的命令:(hadoop fs -help列出全部)1,hadoop fs –fs [local | ]:声...
分类:其他好文   时间:2014-05-26 20:44:49    阅读次数:308
nginx-rrd监控nginx访问数
一 、查看已安装的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
常用工具之stunnel
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时在最后Start Service时失败:首先先卸载掉MySql。查看MySql服务有没有启动,若启动,则先停止MySql服务。再如图打开注册表,到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services删除MySql服务。在命令行输入s...
分类:数据库   时间:2014-05-26 16:10:28    阅读次数:327
maven报错(http://repo.maven.apache.org/maven2): No response received after 60000
报错详情: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
python安装zlib一直无效
一直按网上的方法: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
ruby 基础笔记
变量定义(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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!