Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 hadoop pig 编辑器,类似于 sql 编辑器,用户可以在其中编写执行他们的 pig 命令,并查看执行命令的历史记录。还有智能。
我需要知道如何解析我的 pig 命令并运行它。
提前致谢。