Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jan 31, 2025
2 parents fd8b0e5 + 266730f commit a92c54f
Show file tree
Hide file tree
Showing 327 changed files with 5,036 additions and 6,803 deletions.
6 changes: 3 additions & 3 deletions .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ fi
if [[ -t 0 ]]; then # The block below only runs when in an interactive shell
# Add required entries to /etc/hosts if not present
if ! grep -q "127.0.0.1 kafka clickhouse" /etc/hosts; then
if ! grep -q "127.0.0.1 kafka clickhouse clickhouse-coordinator" /etc/hosts; then
echo
echo "🚨 Amending /etc/hosts to map hostnames 'kafka' and 'clickhouse' to 127.0.0.1..."
echo "127.0.0.1 kafka clickhouse" | sudo tee -a /etc/hosts 1> /dev/null
echo "🚨 Amending /etc/hosts to map hostnames 'kafka', 'clickhouse' and 'clickhouse-coordinator' to 127.0.0.1..."
echo "127.0.0.1 kafka clickhouse clickhouse-coordinator" | sudo tee -a /etc/hosts 1> /dev/null
echo "✅ /etc/hosts amended"
fi
Expand Down
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"OBJECT_STORAGE_ENABLED": "True",
"HOG_HOOK_URL": "http://localhost:3300/hoghook",
"PLUGIN_SERVER_MODE": "all-v2",
"HOG_TRANSFORMATIONS_ENABLED": "True"
"HOG_TRANSFORMATIONS_ENABLED": "True",
"HOG_TRANSFORMATIONS_COMPARISON_PERCENTAGE": "1"
},
"presentation": {
"group": "main"
Expand Down
Loading

0 comments on commit a92c54f

Please sign in to comment.