1) 我被告知 git 已安装在 EMR 上。这是真的 ?我不相信,因为我可以确认在我的 elastic-mapreduce ssh 终端中找不到“git”。见:https ://raw.github.com/gist/3177009/6128554a2668367b72758be74885836e41898923/gistfile1.txt 。
2)我需要在 EMR 上安装 git,但是下面这行:
hadoop@ip-10-235-11-52:/mnt$ sudo apt-get install git --assume-yes
结果是 :
hadoop@ip-10-235-11-52:/mnt$ sudo apt-get install git --assume-yes 读取包列表...完成 构建依赖树
读取状态信息...完成 git 已经是最新版本了。0 升级,0 新安装,0 删除,3 未升级。
然而不幸的是,即使在发出此命令之后,git 也不会在此 EMR 实例上运行:
hadoop@ip-10-235-11-52:/mnt$ git -bash: git: 找不到命令 hadoop@ip-10-235-11-52:/mnt$ sudo git sudo: git: 找不到命令