Create hive table in pyspark hive context

106 views Asked by At

I have 3 tables in abc hive database with Avro format. I want to create the another database(def) and create those 3 tables in hivecontext pyspark through data frames. More info: in abc database 3 tables all columns will b string but while I create it to def dAtabase those tables should be created with its respective columns. Eg., abc database Table1 —>name : string,id:string,dob:string

But in I want to create def database Table 1 __>name: varchar,I’d:int, dob: timestamp

0

There are 0 answers