stratosphere / incubator-systemml

Mirror of Apache SystemML (Incubating)
Apache License 2.0
1 stars 4 forks source link

Update PR Meta Issue #22

Open fschueler opened 8 years ago

fschueler commented 8 years ago

I copy and paste Matthias' suggestions here. Let's keep track of it and coordinate the work in this issue.

FelixNeutatz commented 8 years ago

I am working on AggBinary problem and try to make the linear test run on "FLINK" mode

carabolic commented 8 years ago

I'll have a look at the Instructions w/ broadcasts issue. I will replace the general implementation with the one given by the name. That is replace Flink's join operator with BroadcastSets.

fschueler commented 8 years ago

I am having a look at the unnecessary API changes and Flink dependencies. The removal of the Flink dependency from Program.java touches the question of where to put the env.execute() parts ( #15 )

fschueler commented 8 years ago

I think for the CheckpointFLInstruction, we can just remove it since it was not generated during optimization anyways...

fschueler commented 8 years ago

I went over the Flink/Spark interdependencies but we should double check before we check this off the list.

fschueler commented 8 years ago

Is this up to date? What is left to do for the next update of the PR?

j143-zz commented 7 years ago

Hi @fschueler ! May be we can have a fresh look on this flink integration status and relist what are the current bottlenecks or things to be taken care off. I think this integration is important for engineering applications.