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)] = List((10,Hello),
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 sql.
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 workin
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 i