---------------------------------------------------------------------------
KeyboardInterrupt Traceback (most recent call last)
<ipython-input-5-19a8a984d1f7> in <module>()
3 .write
4 .mode("overwrite")
----> 5 .parquet("/guoda/data/bhl-tiny-{}.parquet".format(bhl_df_version))
6 )
/opt/spark/latest/python/pyspark/sql/readwriter.py in parquet(self, path, mode, partitionBy, compression)
639 self.partitionBy(partitionBy)
640 self._set_opts(compression=compression)
--> 641 self._jwrite.parquet(path)
642
643 @since(1.6)
/opt/spark/latest/python/lib/py4j-0.10.3-src.zip/py4j/java_gateway.py in __call__(self, *args)
1129 proto.END_COMMAND_PART
1130
-> 1131 answer = self.gateway_client.send_command(command)
1132 return_value = get_return_value(
1133 answer, self.gateway_client, self.target_id, self.name)
/opt/spark/latest/python/lib/py4j-0.10.3-src.zip/py4j/java_gateway.py in send_command(self, command, retry, binary)
881 connection = self._get_connection()
882 try:
--> 883 response = connection.send_command(command)
884 if binary:
885 return response, self._create_connection_guard(connection)
/opt/spark/latest/python/lib/py4j-0.10.3-src.zip/py4j/java_gateway.py in send_command(self, command)
1026
1027 try:
-> 1028 answer = smart_decode(self.stream.readline()[:-1])
1029 logger.debug("Answer received: {0}".format(answer))
1030 if answer.startswith(proto.RETURN_MESSAGE):
/usr/lib/python3.5/socket.py in readinto(self, b)
573 while True:
574 try:
--> 575 return self._sock.recv_into(b)
576 except timeout:
577 self._timeout_occurred = True
KeyboardInterrupt: