$ export SPARK_HOME=/raid5/Spark/spark-2.0.0-ts1-bin-hadoop2.7/ recast@osl5305 python [0] $ nosetests Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties Setting default log level to "WARN". To adjust logging level use sc.setLogLevel(newLevel). 16/10/12 09:44:01 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 16/10/12 09:44:01 WARN Utils: Service 'SparkUI' could not bind on port 4040. Attempting port 4041. 16/10/12 09:44:01 WARN Utils: Service 'SparkUI' could not bind on port 4041. Attempting port 4042. 16/10/12 09:44:01 WARN Utils: Service 'SparkUI' could not bind on port 4042. Attempting port 4043. 16/10/12 09:44:01 WARN Utils: Service 'SparkUI' could not bind on port 4043. Attempting port 4044. .Warning: MA parameters are not invertible .F..../home/recast/spark-timeseries/python/sparkts/models/__init__.py:12: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if vals == None: /home/recast/spark-timeseries/python/sparkts/models/__init__.py:24: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if arr == None or len(arr.shape) == 0: ................... ====================================================================== FAIL: Data sampled from a given model should result in a similar model if fit again. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/recast/spark-timeseries/python/sparkts/models/test/test_ARIMA.py", line 43, in test_remodel_sample_data self.assertAlmostEqual(c, cTest, delta=1) AssertionError: 8.2 != 6.555615329453061 within 1 delta ---------------------------------------------------------------------- Ran 26 tests in 26.137s FAILED (failures=1) $ nosetests Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties Setting default log level to "WARN". To adjust logging level use sc.setLogLevel(newLevel). 16/10/12 09:50:31 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 16/10/12 09:50:31 WARN Utils: Service 'SparkUI' could not bind on port 4040. Attempting port 4041. 16/10/12 09:50:31 WARN Utils: Service 'SparkUI' could not bind on port 4041. Attempting port 4042. 16/10/12 09:50:31 WARN Utils: Service 'SparkUI' could not bind on port 4042. Attempting port 4043. 16/10/12 09:50:31 WARN Utils: Service 'SparkUI' could not bind on port 4043. Attempting port 4044. .Warning: MA parameters are not invertible ....../home/recast/spark-timeseries/python/sparkts/models/__init__.py:12: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if vals == None: /home/recast/spark-timeseries/python/sparkts/models/__init__.py:24: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if arr == None or len(arr.shape) == 0: ................... ---------------------------------------------------------------------- Ran 26 tests in 26.048s OK