Skip to content

Conversation

MjAbuz
Copy link

@MjAbuz MjAbuz commented Sep 3, 2015

Need support

aajisaka and others added 30 commits June 26, 2015 00:22
…Viewer. Contributed by Jagadesh Kiran N.

(cherry picked from commit bc43390)
…Contributed by zhihai xu

(cherry picked from commit aa5b15b)
…eptions. Contributed by Matt Foley. (harsh)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1389006 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit ac31d6a)

Conflicts:

	hadoop-common-project/hadoop-common/CHANGES.txt
…ontainer logs being lost and other issues. Contributed by Varun Saxena

(cherry picked from commit 40b2569)
…lison via Colin P. McCabe)

(cherry picked from commit 1b764a0)
…recovery blocks. Contributed by Zhe Zhang.

(cherry picked from commit de480d6)
…y (alanburlison via cmccabe)

(cherry picked from commit aa07dea)
in trunk. Contributed by zhihai xu

(cherry picked from commit fe6c1bd)
Contributed by Varun Saxena.

(cherry picked from commit b543d1a)
…SystemContractBaseTest:testListStatus. (J.Andreina via stevel)
(cherry picked from commit aad6a7d)
…target node. (Contributed by Masatake Iwasaki)

(cherry picked from commit a95d39f)
…eadnode (Contributed by Brahma Reddy Battula)

(cherry picked from commit 88ceb38)
…e (Contributed by J.Andreina)

(cherry picked from commit c815344)
…atanodeStorageInfo. Contributed by Zhe Zhang.

(cherry picked from commit 2ffd842)
…k (Alan Burlison via Colin P. McCabe)

(cherry picked from commit 5a27c3f)
…n network exception. Contributed by Raju Bairishetti

(cherry picked from commit 62e583c)
…ng FolderLastModifiedTime in WASB. Contributed by Duo Xu.

(cherry picked from commit 460e98f)
…de-serialization. Contributed by Lavkesh Lahngir

(cherry picked from commit 4672315)
xslogic and others added 14 commits August 5, 2015 12:58
…ons for failover (adhoot via asuresh)

(cherry picked from commit f271d37)
…xtend container allocation logic. Contributed by Wangda Tan

(cherry picked from commit ba2313d)
…le system configured to be wasb/s3/etc. Contributed by Chris Nauroth.

(cherry picked from commit 3da0bed)
…uted by Brahma Reddy Battula

(cherry picked from commit f59612e)
…fails intermittently. (Contributed by Sunil G)

(cherry picked from commit df9e728)
…(Contributed by Surendra Singh Lilhore)

(cherry picked from commit cc71ad8)
… in REST api and yarn top (adhoot via asuresh)

(cherry picked from commit 154c9d2)
…ntributed by Robert Kanter.

(cherry picked from commit cfee02b)
…d under-recovery blocks. Contributed by Zhe Zhang."

This reverts commit de480d6.

(cherry picked from commit 663eba0)
…per class. Contributed by Zhe Zhang."

This reverts commit c17439c.

(cherry picked from commit f4c523b)
…rized base test. (subru via curino)

(cherry picked from commit 8572a5a)
@MjAbuz
Copy link
Author

MjAbuz commented Sep 3, 2015

Learning

@aajisaka
Copy link
Member

Closing as stale.

If you want to create a PR, create an issue in ASF jira and then create a PR with the issue ID.
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
SAMZA-1060.
Allow to specify a changelog system separately, so user can only specify stream name for each store.
If user specifies both (system and stream) it overwrites the job.changelog.system setting.

Author: Boris Shkolnik <[email protected]>

Reviewers: navina

Closes apache#31 from sborya/master
passaro pushed a commit to passaro/hadoop that referenced this pull request Nov 28, 2022
addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>
passaro pushed a commit to passaro/hadoop that referenced this pull request Dec 9, 2022
addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>
asfgit pushed a commit that referenced this pull request Jan 19, 2023
addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>
saxenapranav added a commit to saxenapranav/hadoop that referenced this pull request May 2, 2023
…added_tests

Abfs 3.3.2 dev rename added tests for explicit/implicit cases.

Abfs 3.3.2 dev rename added tests for explicit/implicit cases.

Added discussed testcases
made azCopyHelper sh file to work in parallelism.
asfgit pushed a commit that referenced this pull request May 22, 2023
addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>
steveloughran pushed a commit to steveloughran/hadoop that referenced this pull request Jul 19, 2023
See aws_sdk_v2_changelog.md for details.

Co-authored-by: Ahmar Suhail <[email protected]>
Co-authored-by: Alessandro Passaro <[email protected]>

HADOOP-18073. Address review comments. (apache#31)

addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>

Move MultiObjectDeleteException to impl

Reinstate old constants

Move TransferManager initialization to ClientFactory

Add unit tests for BlockingEnumeration

Add unit tests for SelectEventStreamPublisher

updates new providers in TestS3AAWSCredentialsProvider to V2

update GET range referrer header logic to V2

adds in unit check for bytes

HADOOP-18565. Complete outstanding items for the AWS SDK V2 upgrade. (apache#5421)

Changes include
* use bundled transfer manager
* adds transfer listener to upload
* adds support for custom signers
* don't set default endpoint
* removes v1 sdk bundle, only use core package
* implements region caching
+ many more

Note: spotbugs is warning about inconsistent
synchronization in accessing a new s3a FS field.
This will be fixed in a follow-up patch.

Contributed by Ahmar Suhail

fixes issues after rebase

Change-Id: I1d4b658979c725a88f6b54832bb7d106ffc2347d
steveloughran pushed a commit to steveloughran/hadoop that referenced this pull request Jul 20, 2023
See aws_sdk_v2_changelog.md for details.

Co-authored-by: Ahmar Suhail <[email protected]>
Co-authored-by: Alessandro Passaro <[email protected]>

HADOOP-18073. Address review comments. (apache#31)

addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>

Move MultiObjectDeleteException to impl

Reinstate old constants

Move TransferManager initialization to ClientFactory

Add unit tests for BlockingEnumeration

Add unit tests for SelectEventStreamPublisher

updates new providers in TestS3AAWSCredentialsProvider to V2

update GET range referrer header logic to V2

adds in unit check for bytes

HADOOP-18565. Complete outstanding items for the AWS SDK V2 upgrade. (apache#5421)

Changes include
* use bundled transfer manager
* adds transfer listener to upload
* adds support for custom signers
* don't set default endpoint
* removes v1 sdk bundle, only use core package
* implements region caching
+ many more

Note: spotbugs is warning about inconsistent
synchronization in accessing a new s3a FS field.
This will be fixed in a follow-up patch.

Contributed by Ahmar Suhail

fixes issues after rebase

Change-Id: I1d4b658979c725a88f6b54832bb7d106ffc2347d
steveloughran pushed a commit to steveloughran/hadoop that referenced this pull request Aug 23, 2023
See aws_sdk_v2_changelog.md for details.

Co-authored-by: Ahmar Suhail <[email protected]>
Co-authored-by: Alessandro Passaro <[email protected]>

HADOOP-18073. Address review comments. (apache#31)

addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>

Move MultiObjectDeleteException to impl

Reinstate old constants

Move TransferManager initialization to ClientFactory

Add unit tests for BlockingEnumeration

Add unit tests for SelectEventStreamPublisher

updates new providers in TestS3AAWSCredentialsProvider to V2

update GET range referrer header logic to V2

adds in unit check for bytes

HADOOP-18565. Complete outstanding items for the AWS SDK V2 upgrade. (apache#5421)

Changes include
* use bundled transfer manager
* adds transfer listener to upload
* adds support for custom signers
* don't set default endpoint
* removes v1 sdk bundle, only use core package
* implements region caching
+ many more

Note: spotbugs is warning about inconsistent
synchronization in accessing a new s3a FS field.
This will be fixed in a follow-up patch.

Contributed by Ahmar Suhail
steveloughran pushed a commit to steveloughran/hadoop that referenced this pull request Aug 28, 2023
See aws_sdk_v2_changelog.md for details.

Co-authored-by: Ahmar Suhail <[email protected]>
Co-authored-by: Alessandro Passaro <[email protected]>

HADOOP-18073. Address review comments. (apache#31)

addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>

Move MultiObjectDeleteException to impl

Reinstate old constants

Move TransferManager initialization to ClientFactory

Add unit tests for BlockingEnumeration

Add unit tests for SelectEventStreamPublisher

updates new providers in TestS3AAWSCredentialsProvider to V2

update GET range referrer header logic to V2

adds in unit check for bytes

HADOOP-18565. Complete outstanding items for the AWS SDK V2 upgrade. (apache#5421)

Changes include
* use bundled transfer manager
* adds transfer listener to upload
* adds support for custom signers
* don't set default endpoint
* removes v1 sdk bundle, only use core package
* implements region caching
+ many more

Note: spotbugs is warning about inconsistent
synchronization in accessing a new s3a FS field.
This will be fixed in a follow-up patch.

Contributed by Ahmar Suhail
steveloughran pushed a commit to steveloughran/hadoop that referenced this pull request Aug 31, 2023
See aws_sdk_v2_changelog.md for details.

Co-authored-by: Ahmar Suhail <[email protected]>
Co-authored-by: Alessandro Passaro <[email protected]>

HADOOP-18073. Address review comments. (apache#31)

addresses review comments + yetus errors

Co-authored-by: Ahmar Suhail <[email protected]>

Move MultiObjectDeleteException to impl

Reinstate old constants

Move TransferManager initialization to ClientFactory

Add unit tests for BlockingEnumeration

Add unit tests for SelectEventStreamPublisher

updates new providers in TestS3AAWSCredentialsProvider to V2

update GET range referrer header logic to V2

adds in unit check for bytes

HADOOP-18565. Complete outstanding items for the AWS SDK V2 upgrade. (apache#5421)

Changes include
* use bundled transfer manager
* adds transfer listener to upload
* adds support for custom signers
* don't set default endpoint
* removes v1 sdk bundle, only use core package
* implements region caching
+ many more

Note: spotbugs is warning about inconsistent
synchronization in accessing a new s3a FS field.
This will be fixed in a follow-up patch.

Contributed by Ahmar Suhail
singer-bin pushed a commit to singer-bin/hadoop that referenced this pull request Dec 19, 2024
This implements the restrictions for those types documented in the parquet-format logical types spec.

This requires a release of parquet-format 2.2.0 with the new types. I'll rebase and update the dependency when it is released.

Author: Ryan Blue <[email protected]>

Closes apache#31 from rdblue/PARQUET-64-add-new-types and squashes the following commits:

10feab9 [Ryan Blue] PARQUET-64: Add new OriginalTypes in parquet-format 2.2.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.