1. 阐述Hadoop生态系统中,HDFS, MapReduce, Yarn, Hbase及Spark的相互关系,为什么要引入Yarn和Spark。 HDFS是Hadoop体系中数据存储管理的基础,它是一个高度容错的系统,能检测和应对硬件故障,在低成本的通用硬件上运行。 HBase构建在HDFS之上 ...
分类:
其他好文 时间:
2021-06-07 20:05:58
阅读次数:
0
HDFS客户端环境准备 1.根据拷贝编译后的hadoop jar包到非中文路径 2.配置HADOOP_HOME环境变量 3. 配置Path环境变量 4.创建一个Maven工程HdfsClientDemo 5.导入相应的依赖坐标+日志添加 <dependencies> <dependency> <gr ...
分类:
其他好文 时间:
2021-06-06 19:12:37
阅读次数:
0
https://hyperledger-fabric.readthedocs.io/en/latest/channels.html Channels A Hyperledger Fabric channel is a private “subnet” of communication between ...
分类:
其他好文 时间:
2021-06-02 17:34:38
阅读次数:
0
https://hyperledger-fabric.readthedocs.io/en/latest/readwrite.html Read-Write set semantics This document discusses the details of the current impleme ...
分类:
其他好文 时间:
2021-06-02 15:28:52
阅读次数:
0
one step, whole life 1. Architecture 1. <IDDD> stu, practice 2. <MicSer DP> stu 3. <Reactice Messaging Patterns> 2.Java Feature 1. Rx 2. WebFlux 3.Jav ...
分类:
其他好文 时间:
2021-06-02 15:20:57
阅读次数:
0
云原生数据库vitess Vitess 是一个通过分片实现MySQL水平自动扩展的集群数据库系统。 The Vitess Docs | Architecture ...
分类:
数据库 时间:
2021-05-24 10:01:34
阅读次数:
0
https://blog.csdn.net/linuxvfast/article/details/93720931 在Hadoop安装目录下找到sbin文件夹 在里面修改四个文件 对于start-dfs.sh和stop-dfs.sh文件,添加下列参数: #!/usr/bin/env bash HDF ...
分类:
其他好文 时间:
2021-05-24 06:40:05
阅读次数:
0
Hbase的安装(详细步骤) 1、前提条件 1、得安装的有hdfs系统 2、得安装zookeeper集群 2、准备安装包 下载安装包并上传到node01服务器 安装包下载地址: [**https://www.apache.org/dyn/closer.lua/hbase/2.2.6/hbase-2. ...
分类:
其他好文 时间:
2021-05-24 02:19:29
阅读次数:
0
hdfs dfsadmin -report hadoop fsck -locations ...
分类:
其他好文 时间:
2021-05-24 01:37:15
阅读次数:
0
01.安装VMware,加载centos镜像软件。配置主机、VMware、Windows的IP地址。 02.hadoop中目录介绍:bin目录 hdfs 、mapred、 yarn 命令 etc目录包含hdfs 、mapred、 yarn 相关的配置文件 sbin 目录与集群相关的命令 share目 ...
分类:
其他好文 时间:
2021-04-29 11:57:44
阅读次数:
0