Repository: spark
Updated Branches:
refs/heads/master b23c4d3ff -> f141efeaf
[SPARK-10070] [DOCS] Remove Guava dependencies in user guides
`Lists.newArrayList` -> `Arrays.asList`
CC jkbradley feynmanliang
Anybody into replacing usages of `Lists.newArrayList` in the examples / source
code to
Repository: spark
Updated Branches:
refs/heads/branch-1.5 417852f7c -> 561390dbc
[SPARK-10070] [DOCS] Remove Guava dependencies in user guides
`Lists.newArrayList` -> `Arrays.asList`
CC jkbradley feynmanliang
Anybody into replacing usages of `Lists.newArrayList` in the examples / source
cod