Skip to content

Instantly share code, notes, and snippets.

@s-wool
Created October 21, 2013 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-wool/7085167 to your computer and use it in GitHub Desktop.
Save s-wool/7085167 to your computer and use it in GitHub Desktop.
hueのsqlite→mysqlでハマる。
> beeswax:0002_auto__add_field_queryhistory_notify
> beeswax:0003_auto__add_field_queryhistory_server_name__add_field_queryhistory_serve
> beeswax:0004_auto__add_session__add_field_queryhistory_server_type__add_field_query
> beeswax:0005_auto__add_field_queryhistory_statement_number
> beeswax:0006_auto__add_field_session_application
> beeswax:0007_auto__add_field_savedquery_is_trashed
> beeswax:0008_auto__add_field_queryhistory_query_type
- Loading initial data for beeswax.
No fixtures found.
Running migrations for hbase:
- Migrating forwards to 0001_initial.
> hbase:0001_initial
- Loading initial data for hbase.
No fixtures found.
Running migrations for jobsub:
- Migrating forwards to 0006_chg_varchars_to_textfields.
> jobsub:0001_initial
> jobsub:0002_auto__add_ooziestreamingaction__add_oozieaction__add_oozieworkflow__ad
> jobsub:0003_convertCharFieldtoTextField
! Error found during real run of migration! Aborting.
! Since you have a database that does not support running
! schema-altering statements in transactions, we have had
! to leave it in an interim state between migrations.
! You *might* be able to recover with: = ALTER TABLE `jobsub_ooziestreamingaction` ; []
= ALTER TABLE `jobsub_ooziestreamingaction` ALTER COLUMN `job_properties` DROP DEFAULT; []
= ALTER TABLE `jobsub_ooziestreamingaction` MODIFY `job_properties` varchar(32768) NOT NULL;; []
= ALTER TABLE `jobsub_ooziemapreduceaction` ; []
= ALTER TABLE `jobsub_ooziemapreduceaction` ALTER COLUMN `job_properties` DROP DEFAULT; []
= ALTER TABLE `jobsub_ooziemapreduceaction` MODIFY `job_properties` varchar(32768) NOT NULL;; []
= ALTER TABLE `jobsub_ooziejavaaction` ; []
= ALTER TABLE `jobsub_ooziejavaaction` ALTER COLUMN `job_properties` DROP DEFAULT; []
= ALTER TABLE `jobsub_ooziejavaaction` MODIFY `job_properties` varchar(32768) NOT NULL;; []
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment