Commit dcce69b8 authored by 郭羽's avatar 郭羽

hive test

parent 640b61aa
...@@ -19,8 +19,9 @@ from pyspark.ml.feature import StringIndexer, QuantileDiscretizer, MinMaxScaler ...@@ -19,8 +19,9 @@ from pyspark.ml.feature import StringIndexer, QuantileDiscretizer, MinMaxScaler
from collections import defaultdict from collections import defaultdict
import json import json
path = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
sys.path.append(os.path.dirname(os.path.abspath(os.path.dirname(__file__)))) print(path)
sys.path.append(path)
import utils.configUtils as configUtils import utils.configUtils as configUtils
import utils.connUtils as connUtils import utils.connUtils as connUtils
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment