0
저는 불꽃 버전 2.2.0, & Python 2.7을 사용하고 있습니다. pyspark &을 사용하여 BigSQL을 연결하려고합니다. 다음은 내가 피클 스파크 분산 객체로 할 수없는 내가 오류 메시지가Pyspark 오류 + 메서드 __getnewargs __ ([])가 존재하지 않습니다.
Py4JError: An error occurred while calling o79.__getnewargs__. Trace:
py4j.Py4JException: Method __getnewargs__([]) does not exist
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:318)
at py4j.reflection.ReflectionEngine.getMethod(ReflectionEngine.java:326)
at py4j.Gateway.invoke(Gateway.java:272)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.GatewayConnection.run(GatewayConnection.java:214)
at java.lang.Thread.run(Thread.java:748)