04 2016 档案

Git的使用的简单介绍
摘要:节选自:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 git是一个分布式的引擎,相当于在本地有一个服务器,你先把你的改动commit到本地的, 然后再push到主服务器上。 同时如果你想要更新,则需要先在本地commit,然后再去pull. 创建仓库 mkdi... 阅读全文

posted @ 2016-04-08 20:32 tneduts 阅读(206) 评论(4) 推荐(0)

webhdfs 使用shell下载文件
摘要:echo "test web hdfs how to use" >> foo.txt hdfs dfs -put foo.txt / HDFS启用webhdfs之后,可以在没有安装hadoop的机器上使用shell命令或cmd命令来获取文件: 例如windows机器上可以使用: "C:\Program Files (x86)\Gow\bin\wget.exe" -O foo.tx... 阅读全文

posted @ 2016-04-06 14:59 tneduts 阅读(1607) 评论(0) 推荐(0)

Virtualbox虚机无法启动因断电
摘要:The virtual machine 'nn1' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\student\VirtualBox VMs\Hadoop\nn1\Logs\VBoxHardening... 阅读全文

posted @ 2016-04-03 12:43 tneduts 阅读(1660) 评论(0) 推荐(0)

导航