Re: Hive External Table Partiton Data Type.

2019-12-16 Thread HARSH TAKKAR
Hi, I am able to make it in spark 2.3.0, If you can change the version to spark 2.3 it will be good , otherwise let me know , i 'll check on the Spark version 2.1.0. Following is the code for spark 2.3.0. scala> var seq = Seq((10L,"Hello"),(10L,"Hi")) seq: Seq[(Long, String)] =

Re: Hive External Table Partiton Data Type.

2019-12-15 Thread SB M
spark version 2.1.0 Regards, Sbm On Mon, 16 Dec, 2019, 10:04 HARSH TAKKAR, wrote: > Please share the spark version you are using . > > On Fri, 13 Dec, 2019, 4:02 PM SB M, wrote: > >> Hi All, >>Am trying to create a dynamic partition with external table on hive >> metastore using spark

Re: Hive External Table Partiton Data Type.

2019-12-15 Thread HARSH TAKKAR
Please share the spark version you are using . On Fri, 13 Dec, 2019, 4:02 PM SB M, wrote: > Hi All, >Am trying to create a dynamic partition with external table on hive > metastore using spark sql. > > when am trying to create a partition column data type as bigint, partition > is not

Hive External Table Partiton Data Type.

2019-12-13 Thread SB M
Hi All, Am trying to create a dynamic partition with external table on hive metastore using spark sql. when am trying to create a partition column data type as bigint, partition is not working even i tried with repair table. data is not shown when i ran sample query select * from table. but