-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.2.1
-
Component/s: Documentation
-
Labels:None
There are 2 points need to be modified in Spark Standalone Mode page of docs.
1.
Configuration options --ip, -i are now deprecated,
and --host and -h are recommended instead.
But in Spark Standalone Mode page of docs, there are only former options.
2.
Option --properties-file is added by SPARK-2098.
We need to add a description about this option in the docs.