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.
我是 WALA 的新手。我正在尝试为 hdfs 切片一个 jar,但它与 hadoop 的其他部分相关,例如 hadoop commom。所以我想知道是否有任何方法可以切片几个罐子或切片一个以及切片语句,包括来自其他罐子的调用。
如果您对此有任何想法,非常感谢!
我知道了。我们可以通过在我们选择切片的 jar 路径中添加几个路径来解决这个问题,例如:
String path = "./test.jar;./test01.jar";
非常简单。