kangkaisen commented on issue #549: Add a colocate join meta repair tool
URL: https://github.com/apache/incubator-doris/issues/549#issuecomment-455946067
 
 
   Yes. I used `curl -v` and added ` --location-trusted` option.
   
   ```
   [#2#kangkaisen@kks ~ 11:00:22]$seq 1 10 | awk '{OFS="\t"}{print $1, $1 * 
10}' | curl -v  --location-trusted -u root:xxx -T - 
http://xh-data-palo-query-dev01.gh.sankuai.com:8410/api/test/stream1/_stream_load
   *   Trying 10.76.45.16...
   * TCP_NODELAY set
   * Connected to xh-data-palo-query-dev01.gh.sankuai.com (10.76.45.16) port 
8410 (#0)
   * Server auth using Basic with user 'root'
   > PUT /api/test/stream1/_stream_load HTTP/1.1
   > Host: xh-data-palo-query-dev01.gh.sankuai.com:8410
   > Authorization: Basic xxxx
   > User-Agent: curl/7.54.0
   > Accept: */*
   > Transfer-Encoding: chunked
   > Expect: 100-continue
   >
   * Empty reply from server
   * Connection #0 to host xh-data-palo-query-dev01.gh.sankuai.com left intact
   curl: (52) Empty reply from server
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to