Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/55
**LGTM**
I ran the (new) Python tests manually and they completed successfully.
**Before:**
```
[bahir] (master *=)$ streaming-mqtt/python-tests/run-python-tests.sh
----------------------------------------------------------------------
Ran 1 test in 22.871s
OK
```
**After:**
```
[bahir] (pr-55_BAHIR-104_python_pairRDD *=)$
streaming-mqtt/python-tests/run-python-tests.sh
----------------------------------------------------------------------
Ran 2 tests in 27.593s
OK
```
---