getNumPartitions {SparkR} | R Documentation |
Return the number of partitions
## S4 method for signature 'SparkDataFrame' getNumPartitions(x)
x |
A SparkDataFrame |
getNumPartitions since 2.1.1
Other SparkDataFrame functions: SparkDataFrame-class
,
agg
, arrange
,
as.data.frame
,
attach,SparkDataFrame-method
,
cache
, checkpoint
,
coalesce
, collect
,
colnames
, coltypes
,
createOrReplaceTempView
,
crossJoin
, dapplyCollect
,
dapply
, describe
,
dim
, distinct
,
dropDuplicates
, dropna
,
drop
, dtypes
,
except
, explain
,
filter
, first
,
gapplyCollect
, gapply
,
group_by
, head
,
hint
, histogram
,
insertInto
, intersect
,
isLocal
, isStreaming
,
join
, limit
,
merge
, mutate
,
ncol
, nrow
,
persist
, printSchema
,
randomSplit
, rbind
,
registerTempTable
, rename
,
repartition
, sample
,
saveAsTable
, schema
,
selectExpr
, select
,
showDF
, show
,
storageLevel
, str
,
subset
, take
,
toJSON
, union
,
unpersist
, withColumn
,
with
, write.df
,
write.jdbc
, write.json
,
write.orc
, write.parquet
,
write.stream
, write.text
## Not run:
##D sparkR.session()
##D df <- createDataFrame(cars, numPartitions = 2)
##D getNumPartitions(df)
## End(Not run)