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
Currently, Hive container default user name is datastrato, We need change it to gravitino, At same time, we also modify a lot of code in the integration test code.
Describe the subtask
Currently, Hive container default user name is
datastrato
, We need change it togravitino
, At same time, we also modify a lot of code in the integration test code.datastrato
toexpect_user_name
)System.setProperty("user.name", "datastrato");
toSystem.setProperty("user.name", "test_user");
)datastrato
)datastrato
)datastrato
)Parent issue
#5774
The text was updated successfully, but these errors were encountered: