Devesh, The cbind-like operation is not supported by Scala DataFrame API, so it is also not supported in SparkR.
You may try to workaround this by trying the approach in http://stackoverflow.com/questions/32882529/how-to-zip-twoor-more-dataframe-in-spark You could also submit a JIRA requesting such feature in Spark community. From: Devesh Raj Singh [mailto:[email protected]] Sent: Tuesday, February 2, 2016 2:08 PM To: [email protected] Subject: can we do column bind of 2 dataframes in spark R? similar to cbind in R? Hi, I want to merge 2 dataframes in sparkR columnwise similar to cbind in R. We have "unionAll" for r bind but could not find anything for cbind in sparkR -- Warm regards, Devesh.
