|
@@ -4,7 +4,7 @@ import gzip
|
|
|
|
|
|
from hdfs import InsecureClient
|
|
|
|
|
|
-client = InsecureClient("http://master-1-1.c-7f31a3eea195cb73.cn-hangzhou.emr.aliyuncs.com")
|
|
|
+client = InsecureClient("http://master-1-1.c-7f31a3eea195cb73.cn-hangzhou.emr.aliyuncs.com:9870")
|
|
|
|
|
|
|
|
|
def read_predict(hdfs_path):
|