Skip to content

Commit

Permalink
Extracting the index from large files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasco-da-Gama authored Mar 7, 2018
1 parent b9913e0 commit 31a97be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ RosbagInputFormat is an open source **splittable** Hadoop InputFormat for the RO

The complete source code is available in src/ folder and the jar file is generated using SBT (see build.sbt)

For an example of rosbag file larger than 2 GB see doc/Rosbag larger than 2 GB.ipynb Solved the issue https://github.com/valtech/ros_hadoop/issues/6 The issue was due to ByteBuffer being limitted by JVM Integer size and has nothing to do with Spark or how the RosbagMapInputFormat works within Spark. It was only problematic to extract the conf index with the jar.

# Usage

1. Download latest release jar file and put it in classpath
Expand Down

0 comments on commit 31a97be

Please sign in to comment.