This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class User(firstName:String, lastName: String, age:Integer) | |
val users = Seq( | |
User("Sachin","Tendulkar",43), | |
User("Rahul","Dravid",43), | |
User("Virat","Kohli",27), | |
User("MahendraSingh","Dhoni",34) | |
) | |
val userDF = sc.parallelize(users).toDF() |
desc
function to order age in descending order
import org.apache.spark.sql.functions._
display(userDF.orderBy(desc("age")))
Now if i wanted to sort the data frame records using age in ascending order
display(userDF.orderBy(asc("age")))
This is sample of how to use the sum()
function
userDF.select(sum("age")).show
1 comment:
The Wynn Hotel and Casino - Dr.CMD
lackluster casino and gaming experience. 광양 출장샵 서울특별 출장샵 경산 출장마사지 lackluster casino 인천광역 출장샵 and gaming experience. lackluster 상주 출장마사지 casino and gaming experience.
Post a Comment