RRRR
RRRR

Reputation: 1

Create hive table in pyspark hive context

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

Upvotes: 0

Views: 100

Answers (0)

Related Questions