Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4491#discussion_r24583376
  
    --- Diff: 
core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala 
---
    @@ -18,12 +18,22 @@
     package org.apache.spark.storage
     
     import java.io.{InputStream, IOException}
    +import java.net.URL
    +import java.nio.ByteBuffer
     import java.util.concurrent.LinkedBlockingQueue
     
     import scala.collection.mutable.{ArrayBuffer, HashSet, Queue}
     import scala.util.{Failure, Success, Try}
     
    +import org.apache.hadoop.conf.Configuration
    +import org.apache.hadoop.crypto.CryptoCodec
    +import org.apache.hadoop.crypto.CryptoInputStream
    +import org.apache.hadoop.mapreduce.CryptoUtils
    --- End diff --
    
    These things are private and unstable.  We shouldn't be using private 
things from mapreduce/hadoop in spark.  It leads to issues when they change the 
api it breaks Spark.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to