Skip to content

Commit

Permalink
Remove the ztf.jd table from HBase (#939)
Browse files Browse the repository at this point in the history
* Remove the ztf.jd table from HBase

* Stop testing removed tables
  • Loading branch information
JulienPeloton authored Jan 16, 2025
1 parent 536f560 commit 718a841
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions bin/fink_test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion scheduler/database_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 718a841

Please sign in to comment.