码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
Hive异常 -- Cannot create directory /tmp/hive. Name node is in safe mode.
环境信息 虚拟机:Centos 7 、 Hive版本:1.2.1 异常信息 异常处理 正常根据提示,使用 hdfs dfsadmin safemode leave 即可 但是我遇到了特殊情况,我使用命令hdfs dfsadmin safemode leave,不生效,幸亏看到一篇文章说可能虚拟机磁盘 ...
分类:其他好文   时间:2019-11-25 00:08:59    阅读次数:101
[PHP]关于连接MySQL的问题
概述 PHP中无论使用MySQL函数抑或PDO连接MySQL服务器,都允许有两种方式,一是通过TCP网络层,一是通过unix socket; PHP并没有给出指明用何种方式去连接数据库,决定使用何种方式去连接数据库的是,连接时host的指定: 1、当host为一个ip值时,PHP使用TCP网络层方式 ...
分类:数据库   时间:2019-11-24 19:38:57    阅读次数:130
Error starting static Resources java.lang.IllegalArgumentException: Document base D:\eclipse\*\wtpwebapps\* does not exist or is not a readable directory问题的解决
今天,在eclipse上想整理下过去的项目,把之前没用的一些项目删了,把一些项目改了下名,结果再启动jsp页面的时候就出现了以下错误并提示Tomcat启动失败。 严重: Error starting static Resources java.lang.IllegalArgumentExceptio ...
分类:移动开发   时间:2019-11-24 11:39:09    阅读次数:96
循循渐进02篇 maven Properties 读取资源文件
Properties <!--在pom build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resouces</directory> <includes> <include>** ...
分类:其他好文   时间:2019-11-24 00:02:04    阅读次数:80
ESPCMS P8 stable version Front-end reflective xss
Download the source code first In the directory espcms_web\espcms_load.php line 67 if (!is_file($module_filename)) { espcms_message_err('public_pack-e ...
分类:其他好文   时间:2019-11-22 11:52:44    阅读次数:60
Flume的Source、Sink总结,及常用使用场景
数据源Source RPC异构流数据交换 Avro Source Thrift Source 文件或目录变化监听 Exec Source Spooling Directory Source Taildir Source MQ或队列订阅数据持续监听 JMS Source SSL and JMS Sou ...
分类:Web程序   时间:2019-11-22 10:48:12    阅读次数:84
初学shell
遍历某一目录下的所有文件或文档,并输出 #!/bin/bashfor file in /home/linux/* do if [ -d "$file" ] then echo "$file is directory" elif [ -f "$file" ] then echo "$file is f ...
分类:系统相关   时间:2019-11-21 23:10:22    阅读次数:81
安装supervisor
supervisor安装、启动
分类:其他好文   时间:2019-11-21 18:35:26    阅读次数:64
运行脚本的时候出现“/bin/bash^M: bad interpreter: No such file or directory”,这么搞一下!
在执行这个脚本 的时候报错: 仔细检查了第一句,没毛病啊,还重写了一下,再运行还是报同样的错误,肿么肥四? 原来是因为我这个脚本是在Windows上编写,拷贝到Linux上运行的。而Windows和Linux在处理文档的行末这件事上,采取的方式不太一样: Windows上行末是酱紫的:\r\n 而L ...
分类:其他好文   时间:2019-11-21 16:53:20    阅读次数:81
java远程连接hadoop,kerbers认证失败 报no supported default etypes for default_tkt_enctypes
@PostConstruct public void init() throws Exception { if (conn == null) { // System.setProperty("hadoop.home.dir", "G:/keyberos/hbase"); System.setProp ...
分类:编程语言   时间:2019-11-20 16:58:19    阅读次数:277
5768条   上一页 1 ... 64 65 66 67 68 ... 577 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!