I am getting the characters ^[[A
^[[B
^[[C
^[[D
when pressing the arrow keys in pyspark 2.0.
I have spark 1.6 and spark 2.0 installed on my virtual machine on Cent OS. There is no issue with spark 1.6.
Since I am using python 2.7 with pyspark 2.0, "pip2.7 install readline" is not working. I tried
pip2.7 install pyreadline
But that is not fixing the issue.