zl程序教程

您现在的位置是:首页 >  其他

当前栏目

利用IDEA创建hadoop文件

文件IDEAhadoop 创建 利用
2023-09-14 09:06:09 时间

在这里插入图片描述
在这里插入图片描述
来执行单元测试用的依赖:至少4.0.0以上才好用

<dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
 </dependency>