GithubHelp home page GithubHelp logo

simple-db-hw's Introduction

simple-db

Code for all 6.830 labs will be available in this repo. Once you have set up your class repo, you pull lab code from here.

Directions for Repo Setup

Directions can be here

Lab Submission

Instructions for labs (including how to submit answers) are here

simple-db-hw's People

Contributors

anilshanbhag avatar raulcf avatar sivaprasadsudhir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

simple-db-hw's Issues

A bug in HeapFileEncoder.java

Here is a bug when converting a txt file to a binary file in lab1. If the txt file doesn't end up with a new line, the last line of the txt file will be ignored (Because the recordcount won't be increased and the data in buff won't be written into the stream). Maybe it's not a problem.

It's very very painful to debug the b+tree.

I have finished all 4 labs in a month, but it takes me few weeks to debug the extra b+ tree
implementation. And the debug routine is very hard and painful.

So I wonder if there are any tools or ideas to improve the experience of debugging and tracking
the insert path and else.

Crushing...

an error when run ant test command

I have just started doing this lab.
In the lab1, when i try to run the ant test command, there is an
error.please help me.

BUILD FAILED
/Users/ziv/develop/lab1/build.xml:214: The following error occurred while
executing this line:
/Users/ziv/develop/lab1/build.xml:62: Test simpledb.AggregateTest failed

NoClassDefFoundError during ant test

I have finished this lab (with the extra B+ Tree storage practice)

The tests and systemtests have also been passed in IDEA.

But error occured when I run ant test:

    [junit] Running test.simpledb.AggregateTest
    [junit] Testsuite: test.simpledb.AggregateTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec
    [junit]
    [junit]     Caused an ERROR
    [junit] simpledb/AggregateTest (wrong name: test/simpledb/AggregateTest)
    [junit] java.lang.NoClassDefFoundError: simpledb/AggregateTest (wrong name: test/simpledb/AggregateTest)

So, what's the problem in there?

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.