Hi all,
It’s time to submit our quarterly report to the ASF board again this Wednesday.
Here is my draft about what’s new — feel free to suggest changes.
Apache Spark is a fast and general engine for large-scale data processing. It
offers high-level APIs in Java, Scala, Python and
when you create a PR, the jenkins pull request builder job polls every ~5
or so minutes and will trigger jobs based on creation/approval to test/code
updates/etc.
On Mon, Aug 12, 2019 at 11:25 AM Younggyu Chun
wrote:
> Hi All,
>
> I have a quick question about PR. Once I create a PR I'm not able
Hi All,
I have a quick question about PR. Once I create a PR I'm not able to see if
"Test build" is being processed. But I can see this after a few minutes or
hours later. Is it possible to see if "Test Build" is being processed after
PR is created right away?
Thank you,
Younggyu Chun
Hi Tyson,
Thanks for the reporting!
I reproduced this locally based on your code with some changes, which only
keep the wrong answer job. The code as below:
import scala.sys.process._
import org.apache.spark.TaskContext
val res = spark.range(0, 1 * 1, 1).map{ x => (x % 1000, x)}
// kill
Hi Tyson,
Thanks for reporting it! I quickly checked the related scheduler code but
can't find an obvious place that can go wrong with cached RDD.
Sean said that he can't produce it, but the second job fails. This is
actually expected. We need a lot more changes to completely fix this
problem, so