Commit 0e8d5024de28a825152bf12c6926cc7cd4b3aeae
1 parent
3628e9dafd
Exists in
master
insert
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
app/com/piki_ds/ver1/InsertCidList.scala
View file @
0e8d502
... | ... | @@ -37,7 +37,7 @@ |
37 | 37 | ) |
38 | 38 | modelName("single").foreach(model=> { |
39 | 39 | val doi = "20160508" |
40 | - val getMax30 = sc.objectFile[(Int, String)](s"/user/joanne/clols/$doi/$model") | |
40 | + val getMax30 = sc.objectFile[(Int, String)](s"/user/joanne/clol_test/$doi/$model") | |
41 | 41 | |
42 | 42 | getMax30.filter(x=>x._1 != 0 && x._2.nonEmpty).collect().foreach(x=>{ |
43 | 43 | val tableName = s"uuid-cidlist_$model" |