Re: alter table with hive context
-- create the hivecontext scala> *val HiveContext = new org.apache.spark.sql.hive.HiveContext(sc)*HiveContext: org.apache.spark.sql.hive.HiveContext = org.apache.spark.sql.hive.HiveContext@6387fb09 --use the test dastabase scala> *HiveContext.sql("use test")*res8: org.apache.spark.sql.DataFrame
alter table with hive context
Hi, how i can alter table by adiing new columns to table in hivecontext ?