Coder Social home page Coder Social logo

Comments (8)

kevinemoore avatar kevinemoore commented on September 3, 2024

Thanks for the question! Quilt supports reading packages in pySpark. Structured datasets are read into Spark DataFrames. In Spark, most often, you'll want to access a large partitioned table as a Spark DataFrame by accessing the GroupNode and calling _data() (or just calling the object()). There's no support in Quilt yet for distributed package creation (build) in pySpark. Is that something you would find useful?

Quilt doesn't yet support running a separate registry on HDFS, but that's definitely on the roadmap.

from quilt.

chanansh avatar chanansh commented on September 3, 2024

from quilt.

kevinemoore avatar kevinemoore commented on September 3, 2024

@chanansh, build is a Quilt command that creates a new snapshot of your data (as a new package version). By call I simply meant the Python __call__ method, which is callable by just adding () to a node in the Quilt package.

My guess is that Quilt will need a couple of small extensions (which are all on the roadmap) before it will do what you want. Basically, we'll need to add support for using HDFS in a PackageStore. That could be as easy as swapping the normal Python os.path and pathlib calls for hdfs3 when using HDFS and pyspark.

What type of data are you storing in HDFS? Parquet files?

from quilt.

chanansh avatar chanansh commented on September 3, 2024

from quilt.

kevinemoore avatar kevinemoore commented on September 3, 2024

Great! And, is it a set of partitioned tables? We just added support for Parquet input data, but the code doesn't handle partitioned tables/dataframes yet. I can probably get a prototype of that working this afternoon if you'd like to give it a try.

from quilt.

chanansh avatar chanansh commented on September 3, 2024

from quilt.

leferrad avatar leferrad commented on September 3, 2024

I'm also interested on loading and versioning data from HDFS through Quilt, so it can be integrated on a Spark pipeline of distributed data processing. Can someone give me details of this integration Quilt + HDFS? is it feasible? Thanks!

from quilt.

akarve avatar akarve commented on September 3, 2024

Current support is for S3 and S3 connectors can be used to provide access via Hadoop. General trend is away from HDFS towards S3. Feel free to reopen if still an issue.

from quilt.

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.