-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add feature to share SqlContext #65
Comments
Absolutely. Understand this is a feature request. It's in the plans, but -Evan On Tue, Sep 23, 2014 at 12:24 AM, Zhanfeng Huo [email protected]
The fruit of silence is prayer; |
I have implements a solution for internal use by extending the interface with spark 1.1.0. But I don't know whether it is a reasonable design for it forces into a parameter that may not be used. @def runJob(sc: SparkContext, sqlContext: SQLContext, jobConfig: Config): Any Another idea is realize a feature like NamedSqlContext, I feel this will be better. |
Hi Zhanfeng, Ni hao. The NamedRdds stuff may need to change a little bit, but maybe not, all it -Evan On Tue, Sep 23, 2014 at 4:38 AM, Zhanfeng Huo [email protected]
The fruit of silence is prayer; |
That's great. I'm interested in it and I hope to make a contribution to this project to help others if time permits. |
I'll share a design on the mailing list when the time comes closer.... On Tue, Sep 23, 2014 at 11:02 PM, Zhanfeng Huo [email protected]
The fruit of silence is prayer; |
That's good. I will keep attention to it. |
This feature is something that I am looking forward to as well. |
+1 - will this also support HiveContext? |
I want to preprocessing some data and create tables in a sqlContext and all question later can share this sqlContext object and process data base on the sqlContext, just as the effect of namedRdds.
I feel this is a popular demand and it can help others a lot.
Thanks.
The text was updated successfully, but these errors were encountered: