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
Post a Comment