Skip to content
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

Support non-HA mode for ClickHouse reading from HDFS #180

Closed
zzcclp opened this issue Oct 31, 2022 · 0 comments · Fixed by #181
Closed

Support non-HA mode for ClickHouse reading from HDFS #180

zzcclp opened this issue Oct 31, 2022 · 0 comments · Fixed by #181
Labels
bug Something isn't working

Comments

@zzcclp
Copy link
Collaborator

zzcclp commented Oct 31, 2022

You have to provide the following information whenever possible.
ClickHouse 读取 HDFS 时,目前只支持 HA 模式,会忽略 hdfs uri 中的 port;

A clear and concise description of what works not as it is supposed to.

Does it reproduce on recent release?

The list of releases

Enable crash reporting

If possible, change "enabled" to true in "send_crash_reports" section in config.xml:

<send_crash_reports>
        <!-- Changing <enabled> to true allows sending crash reports to -->
        <!-- the ClickHouse core developers team via Sentry https://sentry.io -->
        <enabled>false</enabled>

How to reproduce

  • Which ClickHouse server version to use
  • Which interface to use, if matters
  • Non-default settings, if any
  • CREATE TABLE statements for all tables involved
  • Sample data for all these tables, use clickhouse-obfuscator if necessary
  • Queries to run that lead to unexpected result

Expected behavior

A clear and concise description of what you expected to happen.

Error message and/or stacktrace

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

@zzcclp zzcclp added the bug Something isn't working label Oct 31, 2022
zzcclp added a commit that referenced this issue Oct 31, 2022
Support non-HA mode for ClickHouse reading from HDFS.

Close #180 .
liuneng1994 pushed a commit that referenced this issue Oct 31, 2022
Support non-HA mode for ClickHouse reading from HDFS.

Close #180 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant