Gobblin是LinkedIn一个开源的多源数据摄取框架,用Gradle打包。项目地址为:https://github.com/linkedin/gobblin
在Eclipse中没有Gradle的插件,因此需要在Eclipse Market palce里下载Gradle插件。地址为:https://marketplace.eclipse.org/content/gradle-integration-eclipse-0
然后用Git从https://github.com/linkedin/gobblin 克隆项目源码到非workspace的一个文件夹中。
最后用Import->Gradle Project->Build Model从本地Gobblin目录导入Gobblin源码。
经过漫长的下载各种jar包,源码导入成功!
如果遇到a problem occurred starting process 'command 'git''问题,检查机器上是否安装Git。
参考文档:http://stackoverflow.com/questions/20805715/importing-gradle-project-to-eclipse