Azure HDInsight 之初体验 (Windows PC)

Azure HDInsight 之初体验 (Windows PC)

2017/01/23

前提步骤

  • 下载并安装 Azure SDK
    • 在cmd界面输入azure help,确保安装成功
    • 输入azure config mode arm,更改模式
    • 输入azure login,通过https://aka.ms/devicelogin,登陆Azure账号
    • 输入azure resource list得到资源列表
  • Azure Portal创建 HDInsight Cluster (需要20分钟左右)
    • 选择合适的虚机大小
    • 配置相应的storage, resource group
    • 配置用户名及密码
  • 下载并安装 PuTTy, 利用ssh远程登陆
    • 输入ls /
    • 输入hdfs dfs -ls /exapmle/data, 可以观察到示例文件

简单操作

  • 上传本地txt文件
    • 在cmd界面继续输入
      • azure storage account connectionstring show [your storage] -g [your resource group]
      • SET AZURE_STORAGE_CONNCTION_STRING=[your connection string showed]
      • azure storage blob upload [file location]
    • 在PuTTy界面观察
      • hdfs dfs -ls /data
      • hdfs dfs -text /data/[file.txt]

运行MapReduce jobs

  • count word
    • 远程界面
      • ls /usr/hdp/current/hadoop-mapreduce-client
      • hadoop jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-examples.jar
        这里写图片描述
      • hadoop jar /usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-examples.jar wordcount /data/test.txt /data/results
      • hdfs dfs -ls /data/results
      • hdfs dfs -text /data/results/par-r-00000
    • 下载运行结果(cmd界面)
      • azure storage blob download [your container name] [file location]

(待续)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值