码迷,mamicode.com
首页 >  
搜索关键字:hadoop install hbase hive    ( 60701个结果
mac上安装vue
安装node.js brew install nodejs node -v #查看版本 给nodejs模块安装目录设置访问权限 sudo chmod -R 777 /usr/local/lib/node_modules/ 安装淘宝镜像 npm install -g cnpm --registry=h ...
分类:系统相关   时间:2020-12-22 13:11:48    阅读次数:0
django 使用https协议运行runserver
1 两种方式 pip install django-extensions pip install django-werkzeug-debugger-runserver pip install pyOpenSSL pip install sslserver #sslserver运行 第二种 配置dja ...
分类:Web程序   时间:2020-12-22 13:03:50    阅读次数:0
ubuntu16.04环境下fatal error: lua.h: No such file or directory
1.apt-get install liblua5.1-0-dev 2.编辑hello.c #include "lua.h" #include "lauxlib.h" int main(int argc, char **argv) { lua_State *L = luaL_newstate(); ...
分类:系统相关   时间:2020-12-22 12:31:57    阅读次数:0
在linux安装redis
第一步:升级GCC linux一般默认GCC是4.8.5,Redis新版本使用了更高版本的GCC gcc -v # 查看gcc的版本,一般都是4.8.5 yum -y install centos-release-scl # 升级到9.1版本 yum -y install devtoolset-9- ...
分类:系统相关   时间:2020-12-22 12:30:41    阅读次数:0
CentOS7通过yum安装postgreSQL
CentOS7通过yum安装postgreSQL 选择正确的YUM安装源 yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch. ...
分类:数据库   时间:2020-12-22 12:15:14    阅读次数:0
01-redis安装
centos7.8 安装 redis 6,先升级gcc,否则编译出错。 环境: 升级gcc: yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-bin ...
分类:其他好文   时间:2020-12-22 12:05:01    阅读次数:0
macos安装配置vim
1、安装brew 2、安装vim brew install vim brew install macvim 3、复制配置文件 cp /usr/share/vim/vimrc ~/.vimrc 4、安装vim-plug 下载plug curl -fLo ~/.vim/autoload/plug.vim ...
分类:系统相关   时间:2020-12-22 12:01:26    阅读次数:0
hive优化1-列转行
table1的数据是 客户id,基金差额,保险差额,理财差额,。。。 select 客户id “基金” as prod_name, jijin_add as 差额from table1 union allselect 客户id “保险” as prod_name, baoxian_add as 差额 ...
分类:其他好文   时间:2020-12-22 11:49:51    阅读次数:0
vue实用指令
先批量注册组件指令,新建directives/index.js文件 import copy from './copy' const directives = { copy } const install = function (Vue) { Object.keys(directives).forEa ...
分类:其他好文   时间:2020-12-21 11:47:16    阅读次数:0
CentOS 7 配置hadoop(五) 配置sqoop(伪分布)
章节: 第一章节:CentOS 7 配置hadoop(一) 安装虚拟机(伪分布) 第二章节:CentOS 7 配置hadoop(二) 配置hdfs(伪分布) 第三章节:CentOS 7 配置hadoop(三) 配置hbase(伪分布) 第四章节:CentOS 7 配置hadoop(四) 配置hive ...
分类:其他好文   时间:2020-12-21 11:30:46    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!