dependencies {compile('org.springframework.boot:spring-boot-starter')compile("org.apache.hadoop:hadoop-common:2.7.3")
compile("org.apache.hadoop:hadoop-mapreduce-client-core:2.7.3")
compile("org.apache.hadoop:hadoop-hdfs:2.7.3")}或者這樣也行dependencies {compile('org.springframework.boot:spring-boot-starter')compile 'org.springframework.data:spring-data-hadoop:2.5.0.RELEASE'}我就是想在spring boot中連接hadoop的hdfs而已,為啥要這樣折磨我,請各位大神可以的話新建一個基本的spring boot項(xiàng)目,然后添加一下以上的關(guān)于hadoop的包,然后試著運(yùn)行一下,我已經(jīng)哭了
添加回答
舉報
0/150
提交
取消