Browse Source
Problem: File download step shows 'No Parquet files found' even though ports are exposed (8888:8888) and services are running. Improvements: 1. Show raw curl output to see actual API response 2. Use improved grep pattern with -oP for better parsing 3. Add fallback to fetch file via docker exec if HTTP fails 4. If no files found via HTTP, try docker exec curl 5. If still no files, use weed shell 'fs.ls' to list files This will help us understand: - Is the HTTP API returning files in unexpected format? - Are files accessible from inside the container but not outside? - Are files in a different path than expected? One of these methods WILL find the files!pull/7526/head
1 changed files with 27 additions and 2 deletions
Loading…
Reference in new issue