removed import limit

This commit is contained in:
Claudio Atzori 2019-11-08 17:41:01 +01:00
parent 7fe6835b47
commit 245b4cbbb3
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ public class SparkGraphImporterJob {
.map(Tuple2::_2)
.map(s -> new ObjectMapper().readValue(s, clazz))
.rdd(), Encoders.bean(clazz))
.limit(1000)
.write()
.mode(SaveMode.Overwrite)
.saveAsTable(hiveDbName + "." + name);