spark-instrumented-optimizer/network/common
Marcelo Vanzin 2da3a9e98e [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data.
To correctly isolate applications, when requests to read shuffle data
arrive at the shuffle service, proper authorization checks need to
be performed. This change makes sure that only the application that
created the shuffle data can read from it.

Such checks are only enabled when "spark.authenticate" is enabled,
otherwise there's no secure way to make sure that the client is really
who it says it is.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #8218 from vanzin/SPARK-10004.
2015-09-02 12:53:24 -07:00
..
src [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data. 2015-09-02 12:53:24 -07:00
pom.xml [SPARK-10004] [SHUFFLE] Perform auth checks when clients read shuffle data. 2015-09-02 12:53:24 -07:00