Coder Social home page Coder Social logo

Comments (5)

CodingCat avatar CodingCat commented on September 19, 2024

no...in direct dstream progress dir is very critical to the progress of the whole streaming pipeline...we will not open that to the user at least in the recent future

from azure-event-hubs-spark.

slyons avatar slyons commented on September 19, 2024

It's a generic ProgressTracker, in what way is having a file system necessary for the dstream approach?

from azure-event-hubs-spark.

CodingCat avatar CodingCat commented on September 19, 2024

because ProgressTracker is mostly about how to translate seq number to offset in the next batch which is very critical to the whole pipeline...we will not open it to the user to avoid unnecessary troubles

Similarly, Structured Streaming in Spark doesn't open offsetLog to the user and enforce it to be based on HDFS

so that's it

from azure-event-hubs-spark.

slyons avatar slyons commented on September 19, 2024

ProgressTracker seems to only manage saving the progress state back to storage and loading it back up again. It's up to the EH client to determine what the next sequence number is. The tracker is obviously important as things are blocked until the latest numbers are committed, but that doesn't mean it has to be tied to the file system.

from azure-event-hubs-spark.

CodingCat avatar CodingCat commented on September 19, 2024

ok, let me end the discussion,

you can implement whatever you want as the storage place for progress files. However, that does not mean we will adopt it in this project

from azure-event-hubs-spark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.