12 2018 档案
摘要:名词解释 ▪ Operations are eager when they are executed as soon as the statement is reached in the code; 勤快运行:接收到代码立刻执行; ▪ Operations are lazy when the exe
阅读全文
摘要:名词解释 CDH #(Cloudera’s Distribution including Apache Hadoop) ecosystem projects #生态系统项目 Subscription #订阅 Volume #容积 Velocity #速度 Variety #多样的 ETL #Extr
阅读全文
摘要:MySQL安装 这个安装很简单,是在线安装,只需要按顺序执行一下几个命令就ok了。(1)sudo apt-get install mysql-server(2)sudo apt-get install mysql-client(3)sudo apt-get install libmysqlclien
阅读全文
摘要:Privileges Required for Hive Operations Codes Y: Privilege required. Y + G: Privilege "WITH GRANT OPTION" required. Action Select Insert Update Delete
阅读全文
摘要:Sub Null_Rate() Dim xlApp As Excel.ApplicationDim xlBook As Excel.WorkbookDim xlSheet As Excel.Worksheet Dim line As IntegerDim col As IntegerDim line
阅读全文
摘要:安装基于CentOS 7 安装,系统非最小化安装,选择部分Server 服务,开发工具组。全程使用root用户,因为操作系统的权限、安全,在启动时会和使用其它用户有差别。Step 1:下载hadoop.apache.org 选择推荐的下载镜像结点; https://hadoop.apache.org
阅读全文
摘要:[root@master hadoop-3.1.1]# hdfs Usage: hdfs [OPTIONS] SUBCOMMAND [SUBCOMMAND OPTIONS] OPTIONS is none or any of: --buildpaths attempt to add class fi
阅读全文
摘要:Failed redirect for container_1544160578687_0003_01_000001ResourceManager RM Home NodeManagerTools Failed while trying to construct the redirect url t
阅读全文
摘要:yarn支持可扩展资源类型 所有节点、应用程序、队列,默认情况下Yarn使用 CPU和内存。资源定义可以扩展为任意的“countable”资源。一个countable 资源,container运行的时候,将会被暂用,完毕后将会释放。 yarn支持可扩展资源类型 所有节点、应用程序、队列,默认情况下Y
阅读全文
摘要:[root@master hadoop-3.1.1]# bin/yarn jar share/hadoop/mapreduce/hadoop-mapreduce-examples-3.1.1.jar An example program must be given as the first argu
阅读全文
摘要:[root@master hadoop-3.1.1]# bin/hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-3.1.1.jar An example program must be given as the first ar
阅读全文
摘要:安装 基于CentOS 7 安装,系统非最小化安装,选择部分Server 服务,开发工具组。全程使用root用户,因为操作系统的权限、安全,在启动时会和使用其它用户有差别。Step 1:下载hadoop.apache.org选择推荐的下载镜像结点;https://hadoop.apache.org/
阅读全文
摘要:Spark安装 Spark2.1.0完全分布式环境搭建:MASTER节点:1.下载文件:wget -O "spark.tgz" "http://d3kbcqa49mib13.cloudfront.net/spark.tgz"2.解压并移动至相应的文件夹;tar -xvf spark.tgzmv sp
阅读全文
摘要:解释narrow transformation和wide transformation的区别掌握map flatmap filter coalesce列举两种wide transformation列举Spark pipeline中的4种常见actionTransformationsnarrow tr
阅读全文
摘要:You should install only one MySQL version on your CentOS 7 server. If you are not sure which version to install consult the documentation of the appli
阅读全文
摘要:MySQL is an open-source relational database that is free and widely used. It is a good choice if you know that you need a database but don’t know much
阅读全文
摘要:Install Hadoop: Setting up a Single Node Hadoop Cluster There are two ways to install Hadoop, i.e. Single node and Multi node. Single node cluster mea
阅读全文
浙公网安备 33010602011771号