scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra/parquet files. Alt. from DynamoDB to Scylla Alternator.
https://migrator.docs.scylladb.com/stable/
Apache License 2.0
61 stars 35 forks source link

Feature/authentication #2

Closed mailmahee closed 5 years ago

mailmahee commented 5 years ago

merging Authentication feature from the feature branch to the main branch.

mailmahee commented 5 years ago

@iravid would you be able to merge the PR into the master?

iravid commented 5 years ago

@gnumoreno @eyalgutkind - did you test the branch?

eyalgutkind commented 5 years ago

on it, right now

On Thu, Feb 21, 2019 at 11:18 AM Itamar Ravid notifications@github.com wrote:

@gnumoreno https://github.com/gnumoreno @eyalgutkind https://github.com/eyalgutkind - did you test the branch?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scylladb/scylla-migrator/pull/2#issuecomment-466129769, or mute the thread https://github.com/notifications/unsubscribe-auth/ARClU5bBtIBi85YQqlD-0bqOpJyn9R4Yks5vPvDygaJpZM4bIDNp .

-- Eyal Gutkind Head of Solutions Architects www.scylladb.com

mailmahee commented 5 years ago

I am getting this error

Exception in thread "main" DecodingFailure(Attempt to decode value on failed cursor, List(DownField(username), DownField(credentials), DownField(source)))

eyalgutkind commented 5 years ago

+itamar

On Thu, Feb 21, 2019 at 11:40 AM vanguard_space notifications@github.com wrote:

I am getting this error

Exception in thread "main" DecodingFailure(Attempt to decode value on failed cursor, List(DownField(username), DownField(credentials), DownField(source)))

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/scylladb/scylla-migrator/pull/2#issuecomment-466137643, or mute the thread https://github.com/notifications/unsubscribe-auth/ARClU9whvpZx_SL-WloyP9EVqVhjgvFGks5vPvYvgaJpZM4bIDNp .

-- Eyal Gutkind Head of Solutions Architects www.scylladb.com

iravid commented 5 years ago

One sec, checking

iravid commented 5 years ago

@mailmahee Check your indentation please? It works OK here. Otherwise please paste the redacted config.yaml

mailmahee commented 5 years ago

is it tabs or spaces?

iravid commented 5 years ago

spaces

mailmahee commented 5 years ago

ok - that issues was related to the spaces - but the migration still did not start yet

iravid commented 5 years ago

Let's merge this and move to Slack.