This repository was archived by the owner on May 12, 2021. It is now read-only.
TAJO-931: Output file should be punctuated depending on the file size.#119
Closed
hyunsik wants to merge 16 commits into
Closed
TAJO-931: Output file should be punctuated depending on the file size.#119hyunsik wants to merge 16 commits into
hyunsik wants to merge 16 commits into
Conversation
…into OUTPUT_ROTATING Conflicts: tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java tajo-core/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java tajo-core/src/main/java/org/apache/tajo/master/querymaster/SubQuery.java
…into OUTPUT_ROTATING
…into OUTPUT_ROTATING Conflicts: tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/HashBasedColPartitionStoreExec.java tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/SortBasedColPartitionStoreExec.java
…into OUTPUT_ROTATING
…into OUTPUT_ROTATING Conflicts: tajo-core/src/main/java/org/apache/tajo/engine/planner/PhysicalPlannerImpl.java tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/SortBasedColPartitionStoreExec.java tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/StoreTableExec.java tajo-core/src/main/java/org/apache/tajo/engine/query/QueryContext.java tajo-core/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java tajo-core/src/main/java/org/apache/tajo/worker/TaskAttemptContext.java tajo-storage/src/main/java/org/apache/tajo/storage/Appender.java
…into OUTPUT_ROTATING Conflicts: tajo-core/src/main/java/org/apache/tajo/engine/planner/PhysicalPlannerImpl.java tajo-core/src/main/java/org/apache/tajo/engine/planner/global/GlobalPlanner.java tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/SortBasedColPartitionStoreExec.java tajo-core/src/main/java/org/apache/tajo/engine/planner/physical/StoreTableExec.java tajo-core/src/main/java/org/apache/tajo/engine/query/QueryContext.java tajo-core/src/main/java/org/apache/tajo/master/querymaster/Repartitioner.java tajo-core/src/main/java/org/apache/tajo/worker/TaskAttemptContext.java tajo-storage/src/main/java/org/apache/tajo/storage/Appender.java
Contributor
There was a problem hiding this comment.
You need to consider other null characters because of StorageConstants.SEQUENCEFILE_NULL and StorageConstants.RCFILE_NULL.
Member
Author
|
Hi @blrunner, Thank you for your comment. I've reflected your comment and rebased it against the latest revision. |
Member
Author
|
rebased. |
Member
Author
|
I've rebased, reflected the comments, and fixed some potential bugs. Please review this. |
Contributor
|
+1 It looks good overall and 'mvn clean install -Phcatalog-0.12.0 -Dtajo.catalog.store.class=org.apache.tajo.catalog.store.HCatalogStore' finished successfully. |
babokim
pushed a commit
to babokim/tajo
that referenced
this pull request
Dec 11, 2014
fix not deleting notebook files when deleting notebook
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
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.