Uh oh!
There was an error while loading. Please reload this page.
HBASE-28965 Make the approach in HBASE-28955 can work together with h… - #6450
Conversation
Apache9
commented
Nov 7, 2024
Let's have a try. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| private DFSOutputStream tryCreateDummyDFSOutputStream(EnumSet<CreateFlag> createFlags) { | ||
| try { | ||
| return (DFSOutputStream) Class.forName(DUMMY_DFS_OUTPUT_STREAM_CLASS).getConstructors()[0] |
There was a problem hiding this comment.
Push this down to the helper, and check (and store the resolved class and constructor handle) if the class exists when initializing the helper just like we do for the other Hadoop-dependent cases ?
Should be faster.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
010f564 to
a925d4cCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e0cd899 to
d6aef55CompareApache-HBase
commented
Nov 13, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 13, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 13, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 13, 2024
🎊 +1 overall
This message was automatically generated. |
| <exclude>**/org/apache/hadoop/hdfs/**</exclude> | ||
| </excludes> | ||
| <testExcludes> | ||
| <testExclude>**/org/apache/hadoop/hbase/io/asyncfs/TestLeaseRenewal**</testExclude> |
There was a problem hiding this comment.
Very nice. I could use this approach to add feature HBASE-27693 Support for Hadoop's LDAP Authentication mechanism (Web UI only) i.e. #5680 to branch-2!
…adoop 2.x (apache#6450) Signed-off-by: Istvan Toth <stoty@apache.org>
…adoop 2.x