1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[
'__add__',
'__class__',
'__delattr__',
'__dict__',
'__doc__',
'__format__',
'__getattribute__',
'__getnewargs__',
'__hash__',
'__init__',
'__module__',
'__new__',
'__reduce__',
'__reduce_ex__',
'__repr__',
'__setattr__',
'__sizeof__',
'__str__',
'__subclasshook__',
'__weakref__',
'_computeFractionForSampleSize',
'_defaultReducePartitions',
'_id',
'_jrdd',
'_jrdd_deserializer',
'_memory_limit',
'_pickled',
'_reserialize',
'_to_java_object_rdd',
'aggregate',
'aggregateByKey',
'cache',
'cartesian',
'checkpoint',
'coalesce',
'cogroup',
'collect',
'collectAsMap',
'combineByKey',
'context',
'count',
'countApprox',
'countApproxDistinct',
'countByKey',
'countByValue',
'ctx',
'distinct',
'filter',
'first',
'flatMap',
'flatMapValues',
'fold',
'foldByKey',
'foreach',
'foreachPartition',
'fullOuterJoin',
'getCheckpointFile',
'getNumPartitions',
'getStorageLevel',
'glom',
'groupBy',
'groupByKey',
'groupWith',
'histogram',
'id',
'intersection',
'isCheckpointed',
'isEmpty',
'is_cached',
'is_checkpointed',
'join',
'keyBy',
'keys',
'leftOuterJoin',
'lookup',
'map',
'mapPartitions',
'mapPartitionsWithIndex',
'mapPartitionsWithSplit',
'mapValues',
'max',
'mean',
'meanApprox',
'min',
'name',
'partitionBy',
'partitioner',
'persist',
'pipe',
'randomSplit',
'reduce',
'reduceByKey',
'reduceByKeyLocally',
'repartition',
'repartitionAndSortWithinPartitions',
'rightOuterJoin',
'sample',
'sampleByKey',
'sampleStdev',
'sampleVariance',
'saveAsHadoopDataset',
'saveAsHadoopFile',
'saveAsNewAPIHadoopDataset',
'saveAsNewAPIHadoopFile',
'saveAsPickleFile',
'saveAsSequenceFile',
'saveAsTextFile',
'setName',
'sortBy',
'sortByKey',
'stats',
'stdev',
'subtract',
'subtractByKey',
'sum',
'sumApprox',
'take',
'takeOrdered',
'takeSample',
'toDebugString',
'toLocalIterator',
'top',
'treeAggregate',
'treeReduce',
'union',
'unpersist',
'values',
'variance',
'zip',
'zipWithIndex',
'zipWithUniqueId'
]