Re: [SPOT-INGEST] Ingest file organization

2020-01-14 Thread Nate Smith
Perhaps separating by framework would be good, ./spot-ingest/python ./spot-ingest/spark-streaming Just my 2 cents, - nathanael > On Jan 14, 2020, at 4:45 PM, Skip Cruse wrote: > > We should keep the name /spot-ingest/ for the original ingester, but move > the new ingester to

Re: [SPOT-INGEST] Ingest file organization

2020-01-14 Thread Skip Cruse
We should keep the name /spot-ingest/ for the original ingester, but move the new ingester to /spot-ingest-sparkstreaming/ or similar. Hopefully we can use the ticket to track down the files that were created, so we can move them to a new home easily. Get Outlook for

[SPOT-INGEST] Ingest file organization

2020-01-14 Thread Tadd Wood
I noticed that after SPOT-141 was introduced (a new kind of Spot Ingest, using PySpark Streaming) that it overlaid the new code on top of the old code on /spot-ingest/. When debugging the code, it makes it hard to determine which files are relevant to the new or the old ingest process. We should