-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
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
Chengyunlai
Metadata
Metadata
Assignees
Labels
No labels