You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
发件人: 林晓升
发送时间: 2016-09-09 00:16
收件人: hivefans/phphbaseadmin
主题: Re: [hivefans/phphbaseadmin] 终于安装成功了!真是太难搞了。。。 (#19)
请问Ubuntu可以按照phphbaseadmin,我看里面只有 setup_centos5.sh 或者setup_centos6.sh 的
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
这个针对的hbase版本比较老,对于新版本会有一些问题,
首先要按照作者给的步骤安装完成,这里最终要的是配置文件ip和端口的填写。
修改application/config/database.php,$db['default']['hostname']、 $db['default']['username'] 、$db['default']['password'] = '';
端口都按照默认的值,大家约定成俗,当然前提是你自己没改。
$db['default']['hostname']要添加安装phphbaseadmin的主机ip并不一定是集群的master结点,当然最好是master结点,但是很多时候大家都是用的虚机不会装到master结点上。
这个时候会出现很多警告不用管它,关联table之后就继续使用。
要是还有什么问题可以给我发邮件[email protected];
The text was updated successfully, but these errors were encountered: