From 718a841a431139c5fdc743e815566ff10374ed87 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 16 Jan 2025 11:18:55 +0000 Subject: [PATCH] Remove the ztf.jd table from HBase (#939) * Remove the ztf.jd table from HBase * Stop testing removed tables --- bin/fink_test | 3 --- scheduler/database_service.sh | 1 - 2 files changed, 4 deletions(-) diff --git a/bin/fink_test b/bin/fink_test index 7901ee61..27515d57 100755 --- a/bin/fink_test +++ b/bin/fink_test @@ -133,10 +133,7 @@ if [[ "$WITH_DB" = true ]] ; then # Update science portal fink start science_archival -c $conf --night $NIGHT - fink start index_archival -c $conf --night $NIGHT --index_table jd_objectId fink start index_archival -c $conf --night $NIGHT --index_table pixel128_jd_objectId - fink start index_archival -c $conf --night $NIGHT --index_table pixel4096_jd_objectId - fink start index_archival -c $conf --night $NIGHT --index_table pixel131072_jd_objectId fink start index_archival -c $conf --night $NIGHT --index_table class_jd_objectId fink start index_archival -c $conf --night $NIGHT --index_table upper_objectId_jd fink start index_archival -c $conf --night $NIGHT --index_table uppervalid_objectId_jd diff --git a/scheduler/database_service.sh b/scheduler/database_service.sh index afd1f7e2..f5611a72 100755 --- a/scheduler/database_service.sh +++ b/scheduler/database_service.sh @@ -35,7 +35,6 @@ if [[ $? == 0 ]]; then fink start images_archival -c ${FINK_HOME}/conf_cluster/fink.conf.ztf_nomonitoring_hbase --night ${NIGHT} > ${FINK_HOME}/broker_logs/images_archival_${NIGHT}.log 2>&1 echo "Update index tables" - fink start index_archival -c ${FINK_HOME}/conf_cluster/fink.conf.ztf_nomonitoring_hbase --night ${NIGHT} --index_table jd_objectId > ${FINK_HOME}/broker_logs/index_jd_objectId_${NIGHT}.log 2>&1 fink start index_archival -c ${FINK_HOME}/conf_cluster/fink.conf.ztf_nomonitoring_hbase --night ${NIGHT} --index_table pixel128_jdstarthist_objectId > ${FINK_HOME}/broker_logs/index_pixel128_jd_objectId_${NIGHT}.log 2>&1 fink start index_archival -c ${FINK_HOME}/conf_cluster/fink.conf.ztf_nomonitoring_hbase --night ${NIGHT} --index_table class_jd_objectId > ${FINK_HOME}/broker_logs/index_class_jd_objectId_${NIGHT}.log 2>&1 fink start index_archival -c ${FINK_HOME}/conf_cluster/fink.conf.ztf_nomonitoring_hbase --night ${NIGHT} --index_table upper_objectId_jd > ${FINK_HOME}/broker_logs/index_upper_objectId_jd_${NIGHT}.log 2>&1