Oh, I forget to add the email subject, apologize for that. On Thu, Oct 12, 2023 at 5:19 PM luckydog xf <luckydo...@gmail.com> wrote:
> Hi, listAccording to this link > https://cwiki.apache.org/confluence/display/Hive/AdminManual+Metastore+3.0+AdministrationJump > to Section unning the Metastore Without Hive > In order to run metastore without hive, set the following. > metastore.task.threads.always > > org.apache.hadoop.hive.metastore.events.EventCleanerTask,org.apache.hadoop.hive.metastore.MaterializationsCacheCleanerTask > > However, since hive-standalone-metastore 3.1.0, such setting has been > replaced. > I checked the v3.1.0, 3.1.2 and 3.1.3. The new configuration is > === > <property> > <name>metastore.task.threads.always</name> > > <value>org.apache.hadoop.hive.metastore.events.EventCleanerTask,org.apache.hadoop.hive.metastore.RuntimeStatsCleanerTask,org.apache.hadoop.hive.metastore.repl.DumpDirCleanerTask</value> > <description>Comma separated list of tasks that will be started in > separate threads. These will always be started, regardless of whether the > metastore is running in embedded mode or in server mode. They must > implement org.apache.hadoop.hive.metastore.MetastoreTaskThread</description> > </property> > === > I googled release note and change log, turns out nothing was found. > > So I guess the documentation is out-of-date. What's the new setup if I > use 3.1.x ? > Thanks. > > > >