Eclipse 最好的 Pig 插件是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7194314/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is the best Pig plugin for Eclipse?
提问by Eli
I'm about to start playing around with PIG-latin, and I was hoping to get some text highlighting and such for it in Eclipse. Doing a quick Google search, I saw a couple of Eclipse plugins for it. Are they all still in development? Which is the best?
我即将开始玩 PIG-latin,我希望在 Eclipse 中获得一些文本突出显示等。在谷歌上快速搜索,我看到了几个 Eclipse 插件。他们都还在开发中吗?哪个最好?
采纳答案by Daniel Dai
Here are a list of Pig related tools: https://cwiki.apache.org/confluence/display/PIG/PigTools, there are several eclipse plugin.
下面是 Pig 相关工具的列表:https: //cwiki.apache.org/confluence/display/PIG/PigTools,有几个 eclipse 插件。
回答by Eyal
I have taken over the maintenance and development of the "lightweight" Pig Eclipse plug indescribed above.
我已经接管了上面描述的“轻量级”Pig Eclipse 插件的维护和开发。
In the latest release, it provides syntax highlighting, auto complete, "javadoc" style tooltips, and open declaration (F3) support for Pig 0.11 - 0.14 (you can choose in the preferences).
在最新版本中,它为 Pig 0.11 - 0.14(您可以在首选项中选择)提供语法突出显示、自动完成、“javadoc”样式工具提示和开放声明 (F3) 支持。
Here's the update site.(the update site moved from Google Code to GitHub, so you may need to add it manually if you have a pre-existing installation)
这里是更新站点。(更新站点从 Google Code 移至 GitHub,因此如果您有预先安装,则可能需要手动添加)
Contributions, comments and improvements are welcome!
欢迎投稿、评论和改进!
回答by Romain
I am working on PigEditorand try to keep it simple while providing Java Eclipse's like functionalities:
我正在研究PigEditor并尝试在提供 Java Eclipse 类似功能的同时保持简单:
- syntax/errors highlighting
- check alias name existence
- auto complete keywords, UDF names
- outline...
- 语法/错误突出显示
- 检查别名是否存在
- 自动完成关键字、UDF 名称
- 大纲...
I am using it daily and update it regularly when I start using new Pig features.
我每天都在使用它,并在我开始使用新的 Pig 功能时定期更新它。
回答by Romain
回答by Milimetric
Here's a simple syntax highlighter for IntelliJ:
这是 IntelliJ 的简单语法高亮显示: