What is the effect to user before this update? is lastModify not consistent with content? what is the function of timestamp column in hbase besides checkAndPut operation? I am a Problem maker...^_^
2015-11-19 21:47 GMT+08:00, hongbin ma <[email protected]>: > yang's intend is not to create another ts property, he's fixing > ResourceStore's > API so that a resource's ts and content must be retrieved at the same time, > this is to avoid resource R/W corruption. > > On Thu, Nov 19, 2015 at 9:44 PM, yu feng <[email protected]> wrote: > >> I just find this, last_modified has saved in every object, why another >> timestamp? >> >> 2015-11-19 21:40 GMT+08:00 hongbin ma <[email protected]>: >> >> > @yufeng it should be the property: >> > >> > @JsonProperty("last_modified") >> > >> > protected long lastModified; >> > >> > >> > >> > >> > >> > -- >> > Regards, >> > >> > *Bin Mahone | 马洪宾* >> > Apache Kylin: http://kylin.io >> > Github: https://github.com/binmahone >> > >> > > > > -- > Regards, > > *Bin Mahone | 马洪宾* > Apache Kylin: http://kylin.io > Github: https://github.com/binmahone >
