原因是没有对log4j这个jar进行文件配置。 要解决这个问题非常简单,建立LOG4J 的配置文件即可。在src 目录下创建配置文件,选择菜单File > New > File,文件名输入log4j.properties,文件内容如下所示:log4j.rootLogger=WARN, stdoutl ...
分类:
其他好文 时间:
2016-11-26 14:34:43
阅读次数:
407
【错误原因】hadoop的core-site.xml配置错误 把用户名hadoop配置成了主机名hadoop01 <!-- OOZIE --><property> <name>hadoop.proxyuser.hadoop01.hosts</name> <value>*</value></prope ...
分类:
其他好文 时间:
2016-11-16 02:56:20
阅读次数:
416
本博文,是在http://blog.csdn.net/u010911997/article/details/44099165 的基础上。感谢原博主! 问题1:在DFS Lcation 上不能多文件进行操作: 在Hadoop上的每个节点上修改该文件 conf/mapred-site.xml 增加: < ...
#-*-coding: utf-8 -*- '''使用Python去发送邮件但是不成功,运行后,等待一段时间, 返回[Errno 10060] A connection attempt failed because the connected party did not properly respo ...
分类:
其他好文 时间:
2016-10-29 11:51:49
阅读次数:
220
http://blog.csdn.net/singwhatiwanna/article/details/17566439 ...
分类:
其他好文 时间:
2016-10-27 07:56:06
阅读次数:
342
Installing PyCharm| # |(process:4905): dconf-CRITICAL **: unable to create file '/home/gmk/.cache/dconf/user': 权限不够. dconf will not work properly.(pro ...
分类:
其他好文 时间:
2016-10-16 14:11:17
阅读次数:
215
第一步:在project上右键选择Properties,然后选择Android, 然后在Project Build Target那里选择其他的Target试试: 第二步: 我选了6.0之后,就有菜单可以选了: ,然后这个Android Version,可以选低版本的,渲染就成功了。还不成功的话可能是 ...
分类:
移动开发 时间:
2016-10-15 18:59:06
阅读次数:
197
获取Cipher对象的时候一定要写成 Cipher cipher = Cipher.getInstance("DES/ECB/NoPadding"); 不要写成 Cipher cipher = Cipher.getInstance("DES"); 否则解密的时候会报错: Given final bl ...
分类:
编程语言 时间:
2016-09-27 15:15:20
阅读次数:
208
1.sqlplus执行sql报错:ORA-01756: quoted string not properly terminated 分类: 技术 <!-- 正文开始 --> 在SQLPLUS中执行SQL文件时发生错误:ORA-01756: quoted string not properly ter ...
分类:
数据库 时间:
2016-09-19 17:29:58
阅读次数:
379
The Water Bowls Description The cows have a line of 20 water bowls from which they drink. The bowls can be either right-side-up (properly oriented to ...
分类:
其他好文 时间:
2016-09-16 15:23:08
阅读次数:
153