Github user xwu0226 commented on the pull request:

    https://github.com/apache/spark/pull/13088#issuecomment-219201641
  
    @rxin I updated the code to use existing property 
`spark.sql.catalogImplementation` when checking whether we should switch to use 
in-memory or hive catalog. The default is to use hive catalog as long as there 
are hive classes. If the property is set to non hive, repl will create 
sparkSession with InMemoryCatalog. If the property is set to `hive`, but no 
hive classes are present, repl will also use InMemoryCatalog. 
    Please check if this is the right direction. Many thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to