码迷,mamicode.com
首页 >  
搜索关键字:ha cluster    ( 6032个结果
错误: 找不到或无法加载主类 org.apache.sqoop.Sqoop
环境 hadoop 2.5.2 sqoop 1.4.7 异常 解决方案: 千万不要信什么 一:sqoop目录下的sqoop-1.4.4.jar拷贝到hadoop的lib目录下解决 二:把sqoop的lib目录下的sqoop的(sqoop-1.4.5.jar或sqoop-1.4.6.jar)包放到ha ...
分类:Web程序   时间:2020-01-30 19:20:55    阅读次数:286
Kubernetes(十四)部署K8S内部DNS服务
官网链接 https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns/coredns 用途:为service提供dns解析,部署后可以通过service名称访问该service,service会转发到pod,如果不部 ...
分类:Web程序   时间:2020-01-30 12:38:29    阅读次数:156
Kubernetes(十三)部署Web UI(Dashboard)
官网链接 https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ 一、在master安装 kubectl apply -f https://raw.githubusercontent.com/kube ...
分类:Web程序   时间:2020-01-29 20:13:03    阅读次数:100
MySQL高可用HA——keepalived配置
0、 Keepalived介绍 Keepalived是基于VRRP(Virtual Router Redundancy Protocol,虚拟路由器冗余协议)协议的一款高可用软件。Keepailived有一台主服务器(master)和多台备份服务器(backup),在主服务器和备份服务器上面部署相同 ...
分类:数据库   时间:2020-01-29 00:57:59    阅读次数:86
spark学习(五)
(一)进入spark-shell命令界面(默认使用scala的命令界面) 1,如果进入了spark安装目录则使用、 1,一台机器启动spark:./bin/spark-shell --master <master-url>命令可进入shell界面,master-url参数可为:local[*]使用逻 ...
分类:其他好文   时间:2020-01-29 00:48:18    阅读次数:82
fluentd 收集 k8s 到 elasticsearch
1. 部署elasticsearch + kibana 2. 部署fluentd 参考网站:https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/fluentd elasticsearch 修改 fluentd es ...
分类:其他好文   时间:2020-01-28 23:28:21    阅读次数:130
Codeforces Round 615 div3 Solution
Problem A. Collecting Coins Solution Observe that the easiest solution would be increase every one's number of coins to \(\max(A,B,C)\) Then all we ha ...
分类:其他好文   时间:2020-01-28 21:37:34    阅读次数:106
Redis安装
Redis下载 redis官网:http://redis.io/ redis 中文官网 :http://www.redis.cn redis集群教程:http://www.redis.cn/topics/cluster-tutorial.html Redis安装 1.下载redis安装包 wget ...
分类:其他好文   时间:2020-01-28 00:03:55    阅读次数:97
leetcode 1 Two Sum
题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would ha ...
分类:其他好文   时间:2020-01-27 19:08:41    阅读次数:65
Java Script数组循环
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript" > //这里的对象数据是从今日头条源代码粘的 var obj={"ha ...
分类:编程语言   时间:2020-01-26 22:19:10    阅读次数:89
6032条   上一页 1 ... 54 55 56 57 58 ... 604 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!