摘要:
1. 安装dos2unix 2. 执行:find ./ -type f | xargs dos2unix 阅读全文
posted @ 2017-03-08 15:20
邱明成
阅读(705)
评论(0)
推荐(0)
摘要:
以clone impala为例,主要是加入-depth=1参数: git clone -b cdh4-2.0 --depth=1 https://github.com/cloudera/Impala.git 注:-b参数是在指定分支 阅读全文
posted @ 2017-03-08 09:24
邱明成
阅读(3491)
评论(1)
推荐(0)