-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57259/
-----------------------------------------------------------
Review request for Ambari, Bikas Saha, Laszlo Puskas, Sandor Magyari, and
Sebastian Toader.
Bugs: AMBARI-20285
https://issues.apache.org/jira/browse/AMBARI-20285
Repository: ambari
Description
-------
Explicitly set permissions.
Diffs
-----
ambari-server/src/main/resources/common-services/SPARK2/2.0.0/package/scripts/spark_service.py
12988c8
Diff: https://reviews.apache.org/r/57259/diff/1/
Testing
-------
Manual test: create cluster via blueprint, verify
`/tmp/spark2/spark2-hdp-yarn-archive.tar.gz` is world readable, and that Spark2
Thrift Server does not stop soon after start.
Existing unit tests:
```
$ mvn -am -pl ambari-server -DskipSurefireTests clean test
...
Total run:1192
Total errors:0
Total failures:0
OK
...
[INFO] BUILD SUCCESS
```
Thanks,
Attila Doroszlai