Thanks Zhan, thanks Michael. I was already going down the temp table path,
will check out the experimental native view support

Suds

On Tue, Nov 10, 2015 at 11:22 AM, Michael Armbrust <mich...@databricks.com>
wrote:

> We do support hive style views, though all tables have to be visible to
> Hive.  You can also turn on the experimental native view support (but it
> does not canonicalize the query).
>
> set spark.sql.nativeView = true
>
>
> On Mon, Nov 9, 2015 at 10:24 PM, Zhan Zhang <zzh...@hortonworks.com>
> wrote:
>
>> I think you can rewrite those TPC-H queries not using view, for example
>> registerTempTable
>>
>> Thanks.
>>
>> Zhan Zhang
>>
>> On Nov 9, 2015, at 9:34 PM, Sudhir Menon <sme...@pivotal.io> wrote:
>>
>> > Team:
>> >
>> > Do we plan to add support for views/ virtual tables in SparkSQL anytime
>> soon?
>> > Trying to run the TPC-H workload and failing on queries that assumes
>> support for views in the underlying database
>> >
>> > Thanks in advance
>> >
>> > Suds
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
>> For additional commands, e-mail: dev-h...@spark.apache.org
>>
>>
>

Reply via email to