Spark 질문 1 SparkContext가 닫히지 않은sc를 어떻게 보는지

627 단어 spark
추가 코드는 다음을 참조하십시오.https://github.com/xubo245/SparkLearning
Spark 의문1의 SparkContext가 닫히지 않은 것을 어떻게 보는지
spark 프로그램을 뛰고 나면sc.stop 실행을 잊어버릴 때가 있어요.
hadoop@Master:~/cloud/testByXubo/spark/hs38DH/package$ ./cluster.sh 
fq0.count:105887                                                                
Method 1=> Length:2971 sum:7888989 time:34715ms
Method 2=> Length:2971 sum2:7888989 time:5665ms
Method 3=> Length:2971 sum3:7888989.0 time:1362ms
16/04/17 14:15:21 WARN QueuedThreadPool: 2 threads could not be stopped

집단에서 닫히지 않은sc의 수량을 어떻게 확인합니까?
이것은 집단의 메모리나 기타 성능에 영향을 줄 수 있습니까?

좋은 웹페이지 즐겨찾기