Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Question about file extension #2

Closed
simon-mo opened this issue Mar 8, 2019 · 1 comment
Closed

Question about file extension #2

simon-mo opened this issue Mar 8, 2019 · 1 comment

Comments

@simon-mo
Copy link

simon-mo commented Mar 8, 2019

Hi,

thank you for releasing the code! I'm having trouble running some of the experiments. In particular, the online manager is expecting to listening from a metric repository folder containing files with certain extensions. However, the patch seems to be only writing to a file without any extensions.

Is this an issue of my configuration? Right now, I'm able to produce the following files in $HOME/rates folder:

'Operator 1 -> Operator 2-2-5'  'Sink: Sink-1-24'  'Source: Source-1-2'
'Sink: Sink-1-0'                'Sink: Sink-1-25'  'Source: Source-1-3'
...

And they are formatted correctly in csv form

Sink: Sink,1,1,1596485970170338,26923.039268476547,0.0,2.132279033470391,0.0

However, even when I put the following to the toml file

metrics_repo = "/home/ubuntu/rates"
file_extension = ""

The manager seems to hang forever after kicking off the job. It will print out

Submitted Flink job with id: 2aee4606a4cc421ed35757a0707fd398

and never print out anything again.

@jliagouris
Copy link
Member

cc @vasia

Flink's patch should now output ".log" files. Can you retry?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants