xlab-uiuc / cflow

Flow-based configuration analysis
9 stars 3 forks source link

Meeting minutes 9/9/2020 #3

Closed X-czh closed 4 years ago

X-czh commented 4 years ago
zjzijielu commented 4 years ago

If no one has started working on storing flow results yet, I can take care of it.

tianyin commented 4 years ago

Can someone work on porting a newer Hadoop/Spark/HBase version?

leafeonia commented 4 years ago

Can someone work on porting a newer Hadoop/Spark/HBase version?

What does porting mean? I mean, from my understanding, to port to newer version in this repo, we just need to download the latest version of Hadoop/Spark/HBase and put them in /app folder, along with modifying hard-coded version in the source code of acai. Are there other tasks to do to port a newer version?

tianyin commented 4 years ago

Ideally you are right.

but Soot/FD could break and you will need to fix the problems.

leafeonia commented 4 years ago

Ideally you are right.

but Soot/FD could break and you will need to fix the problems.

Got it, and I'll have a try on porting hadoop first (not sure whether my PC memory is sufficient to run Soot on HBase/Spark)

X-czh commented 4 years ago

Ideally you are right.

but Soot/FD could break and you will need to fix the problems.

Got it, and I'll have a try on porting hadoop first (not sure whether my PC memory is sufficient to run Soot on HBase/Spark)

I'll do the porting since I have access to the VM.

leafeonia commented 4 years ago

Ideally you are right. but Soot/FD could break and you will need to fix the problems.

Got it, and I'll have a try on porting hadoop first (not sure whether my PC memory is sufficient to run Soot on HBase/Spark)

I'll do the porting since I have access to the VM.

Thanks Zhanghao, can you have a try on porting Spark? I have successfully ported Hadoop but got stuck by a problem encountered when running soot on latest version of Spark. I wonder whether you will meet the same problem.

tianyin commented 4 years ago

@leafeonia please post the problems you encountered and was not able to solve, instead of asking others to try again.

Also, @X-czh please create a separate issue for the porting instead of abusing the meeting minutes.

leafeonia commented 4 years ago

@leafeonia please post the problems you encountered and was not able to solve, instead of asking others to try again.

Also, @X-czh please create a separate issue for the porting instead of abusing the meeting minutes.

Thanks for suggestion, I have posted the problem in issue #4