Md5 Column function on column in spark sql -


how call md5 column function on columns in table spark sql?

is same hivesql syntax?

select md5(*) employee; 

spark sql includes hivecontext statement should work. prior spark 2.0, may need specify hivecontext (though sqlcontext trick. spark 2.0, spark session includes hivecontext not need specify it.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -