Beispiel #1
0
 def __init__(self, gateway, customContext, sparkConf):
     self.jcustomContext = customContext
     SparkContext.__init__(self,
                           gateway=gateway,
                           jsc=customContext,
                           conf=sparkConf)
Beispiel #2
0
 def __init__(self, gateway, customContext, sparkConf):
     self.jcustomContext = customContext
     SparkContext.__init__(
             self, gateway=gateway, jsc=customContext, conf=sparkConf)