Skip to content

Does the plan support HTTP requests? #347

@Chengyunlai

Description

@Chengyunlai

Here's the situation: When I was learning Hadoop, to verify if my service setup was correct, I wrote a PySpark program to connect. I could connect using the HTTP method, but when I used this project, I found that HTTP was not supported. Is it because my learning was not deep enough?

Example:

client = InsecureClient('https://hadoop-xxx.xxx.xxx.vip', user='root')

it is ok

client, err := hdfs.New('https://hadoop-xxx.xxx.xxx.vip')

not ok

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions