Commit bf94e6cc authored by 张彦钊's avatar 张彦钊

change test file

parent 4634ab43
......@@ -146,7 +146,11 @@ if __name__ == '__main__':
# get_predict(validate_date, value_map, app_list_map)
df = spark.read.format("tfrecords").option("recordType", "Example").load("/strategy/va.tfrecord")
df.show()
df.show(1)
print("aa")
print("aa")
df = spark.read.format("tfrecords").option("recordType", "Example").load("/strategy/esmm/va/part-r-00000")
df.show(1)
......
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