Shunyang Li

Results 5 issues of Shunyang Li

Hi, Is that allowed to execute multiple queries simultaneously? We run 20 queries for a datagraph. Now we need to load datagraph 20 times. So, if it supports loading multiple...

Hi, I have a question about extracting the `review.json` from `yelp_academic_dataset.json`. I just execute the following: ``` python review_autopilot/autopilot.py yelp_academic_dataset.json > autopilot.json ``` the autopilot.json = review.json or not? Thanks

Hi, The graph I used is with labelled nodes, no direct, no edge label. So, the CSV format should be: ``` v1, v2, v3, v3, v1, l1, v2, l2, v3,...

Does flask mail can send mail with personal server, and the server name should be the server domain?

Hi, I was thinking is that possible for mrjob to read the value of `increment_counter` in reducer?