Skip to content

[SPARK-18397][SQL]cannot create table by using the hive default fileformat - #15839

Closed
classjtt wants to merge 1 commit into
apache:masterfrom
classjtt:fixbug
Closed

[SPARK-18397][SQL]cannot create table by using the hive default fileformat#15839
classjtt wants to merge 1 commit into
apache:masterfrom
classjtt:fixbug

Conversation

@classjtt

Copy link
Copy Markdown

spark2.x cannot create table by using the hive default fileformat.
in hive-site.xml,I add properties like this:

hive.default.fileformat
RCFile

but I create table ,this properties have no effect, the hive table use textfile fileformat.

@AmplabJenkins

Copy link
Copy Markdown

Can one of the admins verify this patch?

@classjttclassjtt changed the title [SPARK-18397][HIVE]cannot create table by using the hive default fileformat[SPARK-18397][SQL]cannot create table by using the hive default fileformatNov 10, 2016
@gatorsmile

Copy link
Copy Markdown
Member

Thanks for reporting this! Many parameters in HiveConf are not respected by Spark SQL. If users need to change the default file format, we suggest users to set it through our Spark SQL configuration.

Could you close this PR at first? We can revisit this issue when we try to resolve the whole problem.

@HyukjinKwonHyukjinKwon mentioned this pull request Jun 25, 2017
@gatorsmile

Copy link
Copy Markdown
Member

We are closing it due to inactivity. please do reopen if you want to push it forward. Thanks!

zifeif2 pushed a commit to zifeif2/spark that referenced this pull request Nov 22, 2025
## What changes were proposed in this pull request?
This PR proposes to close stale PRs, mostly the same instances with apache#18017
I believe the author in apache#14807 removed his account.
Closesapache#7075Closesapache#8927Closesapache#9202Closesapache#9366Closesapache#10861Closesapache#11420Closesapache#12356Closesapache#13028Closesapache#13506Closesapache#14191Closesapache#14198Closesapache#14330Closesapache#14807Closesapache#15839Closesapache#16225Closesapache#16685Closesapache#16692Closesapache#16995Closesapache#17181Closesapache#17211Closesapache#17235Closesapache#17237Closesapache#17248Closesapache#17341Closesapache#17708Closesapache#17716Closesapache#17721Closesapache#17937
Added:
Closesapache#14739Closesapache#17139Closesapache#17445Closesapache#18042Closesapache#18359
Added:
Closesapache#16450Closesapache#16525Closesapache#17738
Added:
Closesapache#16458Closesapache#16508Closesapache#17714
Added:
Closesapache#17830Closesapache#14742
## How was this patch tested?
N/A
Author: hyukjinkwon <gurwls223@gmail.com>
Closesapache#18417 from HyukjinKwon/close-stale-pr.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@classjtt@AmplabJenkins@gatorsmile