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
,
cache
, coalesce
,
collect
, colnames
,
coltypes
,
createOrReplaceTempView
,
crossJoin
, dapplyCollect
,
dapply
, describe
,
dim
, distinct
,
dropDuplicates
, dropna
,
drop
, dtypes
,
except
, explain
,
filter
, first
,
gapplyCollect
, gapply
,
group_by
, head
,
histogram
, insertInto
,
intersect
, isLocal
,
join
, limit
,
merge
, mutate
,
ncol
, nrow
,
persist
, printSchema
,
randomSplit
, rbind
,
registerTempTable
, rename
,
repartition
, sample
,
saveAsTable
, schema
,
selectExpr
, select
,
showDF
, show
,
storageLevel
, str
,
subset
, take
,
union
, unpersist
,
withColumn
, with
,
write.df
, write.jdbc
,
write.json
, write.orc
,
write.parquet
, write.text
## Not run:
##D sparkR.session()
##D df <- createDataFrame(cars, numPartitions = 2)
##D getNumPartitions(df)
## End(Not run)