Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Mutation.writeToWAL (available in newer Thrift versions) #36

Closed
wbolster opened this issue Aug 28, 2013 · 1 comment
Closed

Expose Mutation.writeToWAL (available in newer Thrift versions) #36

wbolster opened this issue Aug 28, 2013 · 1 comment

Comments

@wbolster
Copy link
Member

Relevant Thrift API:

/**
 * A Mutation object is used to either update or delete a column-value.
 */
struct Mutation {
  1:bool isDelete = 0,
  2:Text column,
  3:Text value,
  4:bool writeToWAL = 1
}
wbolster added a commit that referenced this issue Nov 3, 2013
Various data manipulation methods on Table and Batch instances now
support a 'wal' argument to influence whether the mutation is written to
the Write-Ahead Log. This is only supported in recent HBase version.

Fixes issue #36.
@wbolster
Copy link
Member Author

wbolster commented Nov 3, 2013

Various data manipulation methods now support a wal argument; see 7cfb9ee.

@wbolster wbolster closed this as completed Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant