This repository was archived by the owner on Apr 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
sameer #9
Open
sameerpany
wants to merge
19
commits into
develop
Choose a base branch
from
master
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
sameer #9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. Deprecated old ARCInputFormat code (moved from hadoop.io to hadoop.io.deprecated 3. Added new Hadoop FileSystem based ARCInputFormat to hadoop.io package. 4. Added test cases to validate new ARCInputFormat code. 5. ARCInputFormat now returns a BytesWritable buffer as the value type. The buffer consists of the HTTP Headers (encoded as UTF-8), followed by a trailing CRLF (\r\n).Everything after the trailing CRLF is the raw content returned by the original HTTP request.
Updated "mvn.ant.task.url" URL in build.xml
2. Remove external Hadoop dependency. 3. Add deprecated files back in.
ARCFileRecordReader needs to assume this responsibility.
S3InputStream swap out in ARCFileInputFormat classes.
2. Remove non-maven third party lib dependencies in anticipation of moving to maven instead of ant.
specified in the ARC Header and what is actually available in the decompressed stream.
Fix broken headings in Markdown files
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.