Commit 32370ae6 authored by 高雅喆's avatar 高雅喆

update

parent 4490b0c6
......@@ -69,6 +69,15 @@ with open("/home/gmuser/gyz/log/have_search_device_20191105.csv", "r") as f:
search_words = eval(data[1])
device_info.append([device, search_words])
pay_time = 1572883200
# 获取搜索词及其近义词对应的tag
all_word_tags = get_all_word_tags()
all_tag_tag_type = get_all_tag_tag_type()
# 3级tag对应的2级tag
all_3tag_2tag = get_all_3tag_2tag()
# 标签id对应的中文名称
all_tags_name = get_all_tags_name()
# rdd
sparkConf = SparkConf().set("spark.hive.mapred.supports.subdirectories", "true") \
......
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