Skip to content
  • Sean Owen's avatar
    f141efea
    [SPARK-10070] [DOCS] Remove Guava dependencies in user guides · f141efea
    Sean Owen authored
    `Lists.newArrayList` -> `Arrays.asList`
    
    CC jkbradley feynmanliang
    
    Anybody into replacing usages of `Lists.newArrayList` in the examples / source code too? this method isn't useful in Java 7 and beyond.
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #8272 from srowen/SPARK-10070.
    f141efea
    [SPARK-10070] [DOCS] Remove Guava dependencies in user guides
    Sean Owen authored
    `Lists.newArrayList` -> `Arrays.asList`
    
    CC jkbradley feynmanliang
    
    Anybody into replacing usages of `Lists.newArrayList` in the examples / source code too? this method isn't useful in Java 7 and beyond.
    
    Author: Sean Owen <sowen@cloudera.com>
    
    Closes #8272 from srowen/SPARK-10070.
Loading