Hi, I'm trying to use sqlContext.createExternalTable("my_table", "/tmp/location/", "orc") to create tables. This is working fine for non-partitioned tables. I'd like to create a partitioned table though, how do I do that?
Can I add some information in the options: Map[String, String] parameter? Thanks, Patrick