Skip to content

streaminglens didnot print recommendation? #3

@ghost

Description

i have written below code to my spark structured streaming program, but i doesnot print recommendation in driver log, why?

`var options: Map[String, String] = Map();

  options += ("streamingLens.expectedMicroBatchSLAMillis" -> "30000");

    options += ("streamingLens.reporter.intervalMinutes" -> "2");

    val streamingLens = new StreamingLens(spark, options);`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions