Use this tag for questions related to the act of gathering/collecting/grouping data/results from several nodes/places/computers to one (or main) resource(s).
I am using Spark 1.5. I have a column of 30 ids which I am loading as integers from a database: val …
scala apache-spark dataframe collect takeI m using Java 8 for grouping by data. But results obtained are not in order formed. Map<GroupingKey, List&…
java-8 grouping java-stream collectIn sap I have a table, there are rows with the same name but with different quantity. I want to …
abap collect internal-tablesI have two simple class ImageEntity and ImageList how to collect result list ImageEntity to ImageList ? List<File> …
lambda java-8 java-stream collect collectorswhen I am trying to run it on this folder it is throwing me ExecutorLostFailure everytime Hi I am a …
apache-spark pyspark apache-spark-mllib collectI would like your advice/help on this: Create a python script that: Every hour collect the temperature (e.g. 29…
python weather collectI have a class like this: class Foo { static hasMany = [bars: Bar] } When I write: Foo.getAll() I get a …
grails collections groovy closures collectI have the following code: Stream.of("1,2,3,4".split(",")).mapToDouble(Double::valueOf).collect(Collectors.toList()); I want to return List<…
java java-8 java-stream collect