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

    https://github.com/apache/spark/pull/8125#discussion_r37258258
  
    --- Diff: 
sql/hive/src/main/scala/org/apache/spark/sql/hive/TableReader.scala ---
    @@ -283,7 +284,7 @@ class HadoopTableReader(
           _minSplitsPerRDD)
     
         // Only take the value (skip the key) because Hive works only with 
values.
    -    rdd.map(_._2)
    +    CombineSmallFile.combineWithPath(rdd, sc, path).map(_._2)
    --- End diff --
    
    @liancheng We can do this except `s3`, because if `your application needs 
to access large datasets, the fastest way to do that is to load them from 
Amazon S3 or an Amazon EBS device into an instance of the Hadoop Distributed 
File System (HDFS) on your nodes.` which write in `ec2-scripts.md`


---
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