上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 46 下一页
摘要: 1 自己在windows上面copy过去的文件夹,在Mac下面无法查看 一开始以为是windows文件的权限问题,然后 自己赋予了everyone所有的权限,结果在Mac上面还是无法打开文件夹 2 最后解决问题 在Mac下面,get Info更多信息的选项卡里面,修改单个用户权限。 这样就解决了。 阅读全文
posted @ 2019-01-19 12:20 Questions张 阅读(549) 评论(0) 推荐(0)
摘要: [root@hdp1 /mnt/software/maxwell-1.19.4]#kafka-topics.sh --zookeeper hdp1,hdp2,hdp3:2181 --create --topic maxwell --partitions 6 --replication-factor 阅读全文
posted @ 2019-01-18 17:31 Questions张 阅读(6618) 评论(0) 推荐(0)
摘要: 1 启动hbase的时候爆出警告 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 查看配置文件 # Configure PermSize. 阅读全文
posted @ 2019-01-17 13:55 Questions张 阅读(10039) 评论(0) 推荐(0)
摘要: 1解决iterm远程登录主机报错 -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory 2 更改Mac本机的ssh_config,而不是更改服务器的 sudo vi / 阅读全文
posted @ 2019-01-16 14:10 Questions张 阅读(491) 评论(0) 推荐(0)
摘要: 1 下载tar包 Download binary distro: https://github.com/zendesk/maxwell/releases/download/v1.19.4/maxwell-1.19.4.tar.gz 2 解压 tar -zvxf maxwell-1.19.4.tar. 阅读全文
posted @ 2019-01-15 14:48 Questions张 阅读(1342) 评论(0) 推荐(0)
摘要: ERROR [KafkaServer id=1] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)at kafka.network.Acceptor.openServerSoc 阅读全文
posted @ 2019-01-15 12:22 Questions张 阅读(10572) 评论(0) 推荐(2)
摘要: 1 安装好连接好数据库,查询操作 注意黄色字体1 2 3 4 执行sql操作 阅读全文
posted @ 2019-01-15 10:48 Questions张 阅读(948) 评论(0) 推荐(0)
摘要: 1 第一个问题 Unexpected version format: 10.0.2 Unexpected version format: 10.0.2 Unexpected version format: 10.0.2 Could not initialize class org.apache.ha 阅读全文
posted @ 2019-01-14 22:48 Questions张 阅读(1827) 评论(0) 推荐(0)
摘要: Error: SYSTEM:CATALOG (state=08000,code=101)org.apache.phoenix.exception.PhoenixIOException: SYSTEM:CATALOG at org.apache.phoenix.util.ServerUtil.pars 阅读全文
posted @ 2019-01-14 19:00 Questions张 阅读(1773) 评论(0) 推荐(0)
摘要: 1 启动hbase报错 hdp3: regionserver running as process 3170. Stop it first. 2 始终没有发现错误日志 3 jps没有发现hbase的regionserver进程 4 重启无数次,还是没有用 5最后 杀死3710进程 kill -9 3 阅读全文
posted @ 2019-01-14 18:48 Questions张 阅读(2951) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 46 下一页