Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytical Docker is not delivering data from test_app_4 #5

Closed
abramjos opened this issue Jan 11, 2019 · 2 comments
Closed

Analytical Docker is not delivering data from test_app_4 #5

abramjos opened this issue Jan 11, 2019 · 2 comments

Comments

@abramjos
Copy link

Hi,

I ran the deepstream test_app_4 and the machine and the deepstream analytical server.

I am not getting the metadata(car make/model and LPR from the deepstream-test4. instead, I am getting. Is it working?

19/01/11 07:46:18 INFO streaming.StreamExecution: Streaming query made progress: {
  "id" : "b20155a1-ba18-48e1-962c-e555f9092361",
  "runId" : "d330ab4b-adf9-4719-be93-ef52f9371dc2",
  "name" : "trafficFlowRate",
  "timestamp" : "2019-01-11T07:46:18.150Z",
  "numInputRows" : 0,
  "inputRowsPerSecond" : 0.0,
  "processedRowsPerSecond" : 0.0,
  "durationMs" : {
    "getOffset" : 1,
    "triggerExecution" : 1
  },
  "eventTime" : {
    "watermark" : "1970-01-01T00:00:00.000Z"
  },
  "stateOperators" : [ {
    "numRowsTotal" : 0,
    "numRowsUpdated" : 0
  } ],
  "sources" : [ {
    "description" : "KafkaSource[Subscribe[metromind-start]]",
    "startOffset" : {
      "metromind-start" : {
        "2" : 0,
        "5" : 0,
        "4" : 0,
        "7" : 0,
        "1" : 0,
        "3" : 0,
        "6" : 0,
        "0" : 0
      }
    },
    "endOffset" : {
      "metromind-start" : {
        "2" : 0,
        "5" : 0,
        "4" : 0,
        "7" : 0,
        "1" : 0,
        "3" : 0,
        "6" : 0,
        "0" : 0
      }
    },
    "numInputRows" : 0,
    "inputRowsPerSecond" : 0.0,
    "processedRowsPerSecond" : 0.0
  } ],
  "sink" : {
    "description" : "org.apache.spark.sql.execution.streaming.ForeachSink@720e630c"
  }
}

what all has to be changed to get it up and running>?

@aiyerganapathy
Copy link
Collaborator

@abramjos You can use kibana to check if you have received messages. The log that you have posted above is of spark.

@aiyerganapathy
Copy link
Collaborator

I am closing the issue due to inactivity. You can reopen it, if you are still facing problems.

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

No branches or pull requests

2 participants