Github user mengxr commented on the pull request:

    https://github.com/apache/spark/pull/10598#issuecomment-174639897
  
    @vijaykiran @BryanCutler Please run `make html` under `python/docs` and 
check the warning messages. This is what I got:
    
    ~~~
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.LogisticRegressionWithSGD.train:23: ERROR: 
Unexpected indentation.
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.LogisticRegressionWithSGD.train:26: WARNING: Block 
quote ends without a blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.LogisticRegressionWithLBFGS.train:17: ERROR: 
Unexpected indentation.
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.LogisticRegressionWithLBFGS.train:20: WARNING: 
Block quote ends without a blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.SVMWithSGD.train:23: ERROR: Unexpected indentation.
    /Users/meng/src/spark/python/pyspark/mllib/classification.py:docstring of 
pyspark.mllib.classification.SVMWithSGD.train:26: WARNING: Block quote ends 
without a blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.LinearRegressionWithSGD:3: ERROR: Unexpected 
indentation.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.LinearRegressionWithSGD:4: WARNING: Block quote ends 
without a blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.RidgeRegressionWithSGD:3: ERROR: Unexpected 
indentation.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.RidgeRegressionWithSGD:4: WARNING: Block quote ends 
without a blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.LassoWithSGD:3: ERROR: Unexpected indentation.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.LassoWithSGD:4: WARNING: Block quote ends without a 
blank line; unexpected unindent.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.IsotonicRegression:7: ERROR: Unexpected indentation.
    /Users/meng/src/spark/python/pyspark/mllib/regression.py:docstring of 
pyspark.mllib.regression.IsotonicRegression:12: ERROR: Unexpected indentation.
    ~~~


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