Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/18466
  
    Sorry to bother you guys, but I'm just wondering if I missed something to 
see this bug.
    ```
    [hive@hdp26-3 spark]$ bin/spark-shell --master yarn --conf 
spark.reducer.maxReqSizeShuffleToMem=1K
    Spark context Web UI available at http://172.22.115.166:4041
    Spark context available as 'sc' (master = yarn, app id = 
application_1498511273906_0011).
    Spark session available as 'spark'.
    Welcome to
          ____              __
         / __/__  ___ _____/ /__
        _\ \/ _ \/ _ `/ __/  '_/
       /___/ .__/\_,_/_/ /_/\_\   version 2.3.0-SNAPSHOT
          /_/
    
    Using Scala version 2.11.8 (Java HotSpot(TM) 64-Bit Server VM, Java 
1.8.0_112)
    Type in expressions to have them evaluated.
    Type :help for more information.
    
    scala> sc.parallelize(0 until 3000000, 10).repartition(2001).count()
    res0: Long = 3000000
    ```


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