IDE:eclipseSpark:spark-1.1.0-bin-hadoop2.4scala:2.10.4创建scala工程,编写wordcount程序如下package com.luogankun.spark.baseimport org.apache.spark.SparkConfimport...
分类:
编程语言 时间:
2014-11-09 23:29:11
阅读次数:
231
WAMP不能启动, 一直处于红色图标(正常启动为绿色吧)考虑是端口的问题,我找到wamp文件夹中的wamp\bin\apache\apache2.2.22\conf路径下的httpd.conf文件,将:#Listen 12.34.56.78:80Listen 80把Listen 80改成Listen...
分类:
Web程序 时间:
2014-11-09 22:04:38
阅读次数:
225
通过Apache和JK插件实现tomcat负载均衡的集群。1、安装HTTP服务器Apache。下载双击安装httpd-2.2.25-win32-x86-openssl-0.9.8y.msi,安装后访问localhost即可看到安装成功。2、下载mod_jk.so(tomcat的插件提供和Apache...
分类:
其他好文 时间:
2014-11-09 19:21:41
阅读次数:
247
1、安装1.1、下载apache-hive-0.13.1-bin.tar.gz1.2、解压至安装目录tar -zxv -f apache-hive-0.13.1-bin.tar.gz -C ../soft/#此处为了方便,进行了文件路径重命名mv apache-hive-0.13.1-bin/ h....
分类:
其他好文 时间:
2014-11-09 19:18:43
阅读次数:
201
database:数据库Linux 文本文件的结束符是"$" Windows 的文本文件的结束符 是 “$”+"enter" 符描述GPL,BSD,Apache三个开源协定的大体联系及区别从官网获取Linux当前最新的内核版本号www.kernel.org LFS安装方法目录管理ls、cd、pwd、...
分类:
系统相关 时间:
2014-11-09 17:51:19
阅读次数:
290
1.先安装openssl,虽然一般自己用不到https下载安装包,解压tar -xzf openssl-xxx.tar.gz看下configure项harryma@ubuntu:~/openssl-1.0.1j$ ./Configure --helpUsage: Configure [no- ......
分类:
Web程序 时间:
2014-11-09 16:30:57
阅读次数:
271
最近发现我的一个web项目只要在家启动时候就出现一个连接错误的问题,大概如下:Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderVer...
分类:
编程语言 时间:
2014-11-09 13:53:07
阅读次数:
526
<project?xmlns="http://maven.apache.org/POM/4.0.0"?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0?http://maven.apache.org/maven-v4_...
分类:
编程语言 时间:
2014-11-09 06:29:08
阅读次数:
245
java.lang.ClassCastException:org.apache.xerces.parsers.XML11Configurationcannotbecasttoorg.apache.xerces.xni.parser.XMLParserConfigurationatorg.apache.axis.AxisFault.makeFault(AxisFault.java:101)atorg.apache.axis.client.AxisClient.invoke(AxisClient.java:216..
分类:
编程语言 时间:
2014-11-09 06:28:07
阅读次数:
311
我在D:/0oes下面建立了四个文件夹:
然后,我希望将服务器的不同端口与其进行绑定。
collegeoes对应80端口
schooloes对应90端口
collegeres对应8080端口
schoolres对应9090端口
首先绑定非80端口
打开httped.conf
在httpe...
分类:
Web程序 时间:
2014-11-09 01:03:23
阅读次数:
351