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 -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -