一、hive方面 hive有三种模式:cli、hwi、hiveserver; cli:即shell命令行 hwi:是通过浏览器访问 hiveserver:也就是JDBC/ODBC接口 其中hwi没有用到 深入浅出学hive:http://sishuok.com/forum/blogPost/list/6220.html(初学hive,这个系列介绍的很不错)
一、hive方面
hive有三种模式:cli、hwi、hiveserver;
cli:即shell命令行
hwi:是通过浏览器访问
hiveserver:也就是JDBC/ODBC接口
其中hwi没有用到
深入浅出学hive:http://sishuok.com/forum/blogPost/list/6220.html(初学hive,这个系列介绍的很不错)
启动hiveserver:
1.org.apache.thrift.transport.TTransportException: Could not create ServerSocket on address 0.0.0.0/0.0.0.0:10000.
可能原因:默认端口10000已被占用
查看端口是否被占用: netstat -ntulp | grep ':10000'
发现被一个java进程占用
解决方法:另起端口开启hiveserver:hive --service hiveserver -p 10001
2.启动hiveserver卡住
网上一些博客解释说是已经在运行,不用担心http://www.cnblogs.com/sh91/archive/2012/08/03/2621911.html
启动hive(cli)
1.执行语句出错(例如show tables)
FAILED: Error in metadata: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
可能原因:metadata相关,也就是和连接mysql有关了(采用mysql作为hive的元数据库)
采用debug模式启动hive cli:hive -hiveconf hive.root.logger=DEBUG,console
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Caused by: java.net.ConnectException: 骁豢妤(这边有点乱码问题,是windows下的ssh软件造成的)
Caused by: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient
Caused by: java.lang.reflect.InvocationTargetException
Caused by: javax.jdo.JDOFatalDataStoreException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets
from the server.
NestedThrowables:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
二、mysql方面
登陆mysql出错:mysql -uhive -p
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
查看mysql运行状态:/etc/rc.d/init.d/mysqld status
发现mysql已停
root权限下启动mysql:service mysqld start(失败);、etc/init.d/mysqld start(也失败)
提示:Another MySQL daemon already running with the same unix socket.
关闭所有mysqld进程:killall -9 mysqld
考虑卸载原装mysql:http://www.jb51.net/os/RedHat/1146.html http://www.2cto.com/os/201108/100257.html
http://blog.csdn.net/monkey_d_meng/article/details/5573610
查找mysql相关包:rpm -qa|grep mysql
mysql-server-5.1.71-1.el6.i686 变成not installed(why???)
mysql-connector-java-5.1.17-6.el6.noarch OK!
mysql-5.1.71-1.el6.i686 OK!
libdbi-dbd-mysql-0.8.3-5.1.el6.i686 OK!
mysql-libs-5.1.71-1.el6.i686 变成not installed(why???)
mod_auth_mysql-3.0.0-11.el6_0.1.i686 OK!
mysql-connector-odbc-5.1.5r1144-7.el6.i686 OK!
php-mysql-5.3.3-26.el6.i686 OK!
mysql-devel-5.1.71-1.el6.i686 OK!
qt-mysql-4.6.2-26.el6_4.i686 OK!
删除相关包的命令: rpm -e --nodeps (包名)
接下来删除mysql: rm -fr /usr/lib/mysql rm -fr /usr/include/mysql(/usr/include目录下没有mysql)
rm -f /etc/my.cnf rm -rf /var/lib/mysql
验证: sudo yum -y remove mysql-5.1.71-1.el6.i686
提示:Loaded plugins: refresh-packagekit, security
Setting up Remove Process
No Match for argument: mysql-5.1.71-1.el6.i686
Package(s) mysql-5.1.71-1.el6.i686 available, but not installed.
No Packages marked for removal
证明已经删除成功!
再根据官方说明(http://dev.mysql.com/doc/refman/5.6/en/linux-installation-rpm.html)查找了相关目录,都已经没有mysql
接下来,手动安装自己的mysql:
mysql官方推荐:
The recommended way to install MySQL on RPM-based Linux distributions that useglibc
is by using the RPM packages provided by MySQL. There are two methods for doing so: for EL6-based platforms and Fedora 18 and 19, this can be done using the MySQL Yum repository (seediv 2.5.1,
“Installing MySQL on Linux Using the MySQL Yum Repository” for details)
因此,通过rpm来安装,按照官网教程进行安装
安装成功,终于可以正常启动mysql了!
再重新为hive创建用户跟数据库就可以了(注意和配置文件hive-site.xml对应)
3.php连接相关
前提:开启hadoop(2.2.0版本改为start-dfs.sh和start-yarn.sh)
开启hiveserver(当然mysql也是要开起来)
php文件放在/wamp/www/下
在浏览器输入/localhost/hiveconnect.php就可以看到了
问题:
输入url,一直等待localhost,hive日志内容只有session相关信息:
解决:
TException TSocket tiomeout:
这个问题最后并没有解决,只是发现hive大多数用于内网应用,于是直接往内网发展,连接一切正常。
4.hadoop方面
启动hadoop:start-dfs.sh start-yarn.sh
各个进程正常启动,但是之后发生问题,nodemanager shutdown:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: org.apache.hadoop.net.ConnectTimeoutException: Call From sipedi-idc-gysj/220.250.64.225 to 0.0.0.0:8031 failed on socket timeout exception: org.apache.hadoop.net.ConnectTimeoutException: 20000 millis timeout while waiting for channel to be ready for connect. ch : java.nio.channels.SocketChannel[connection-pending remote=0.0.0.0/0.0.0.0:8031];
这个问题也是出现在外网服务器上,和PHP连接的问题一样,改到内网应用,就没有再出现,但是估计这个问题应该是跟服务器的linux版本以及hadoop的具体配置有关,具体YARN的运行机制等到寒假再研究。

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version
Visual web development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version
