Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the ztf.jd table from HBase #939

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading