You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
public static final int RESOURCE_FULL_NAME_MAX_LENGTH = 128;
RESOURCE_FULL_NAME_MAX_LENGTH limit is too short!
In scenarios where Hadoop is used as the file system, the base path already occupies a significant portion of the length.
Could this RESOURCE_FULL_NAME_MAX_LENGTH limit be extended to 256?
For example, in our use case, the base path such as hdfs://cluster02/hive_warehouse/client.db/dolphinscheduler/root/resources/ already takes up more than half of the length, leaving very limited space for user-defined content.
Search before asking
Description
public static final int RESOURCE_FULL_NAME_MAX_LENGTH = 128;
RESOURCE_FULL_NAME_MAX_LENGTH limit is too short!
In scenarios where Hadoop is used as the file system, the base path already occupies a significant portion of the length.
Could this RESOURCE_FULL_NAME_MAX_LENGTH limit be extended to 256?
For example, in our use case, the base path such as hdfs://cluster02/hive_warehouse/client.db/dolphinscheduler/root/resources/ already takes up more than half of the length, leaving very limited space for user-defined content.
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: