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 -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -