[ 
https://issues.apache.org/jira/browse/HBASE-16306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sai Teja Ranuva updated HBASE-16306:
------------------------------------
    Description: I am working on adding Hybrid Logical clocks to HBase. As part 
of it, I wish to add TimestampType file in hbase common. Spark has some types 
defined in - org.apache.spark.sql.types, all of which are being imported. It 
also has a TimestampType defined. As currently in this file, all of the hbase 
common is imported, creating a namespace clash. I have changed to only import 
specific hbase common classes that are required in this file.  (was: I am 
working on adding Hybrid Logical clocks to HBase. As part of it, I wish to add 
TimestampType file in hbase common. Spark has some types defined in - 
org.apache.spark.sql.types, all of which are being imported. It also has a 
TimestampType defined. As currently in this file, all of the hbase common is 
imported, creating a namespace clash. I have changed to imports to only 
specific hbase common classes that are required in this file.)

> Add specific imports to avoid namespace clash in defaultSource.scala
> --------------------------------------------------------------------
>
>                 Key: HBASE-16306
>                 URL: https://issues.apache.org/jira/browse/HBASE-16306
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Sai Teja Ranuva
>            Assignee: Sai Teja Ranuva
>            Priority: Minor
>         Attachments: HBASE-16306.master.1.patch
>
>
> I am working on adding Hybrid Logical clocks to HBase. As part of it, I wish 
> to add TimestampType file in hbase common. Spark has some types defined in - 
> org.apache.spark.sql.types, all of which are being imported. It also has a 
> TimestampType defined. As currently in this file, all of the hbase common is 
> imported, creating a namespace clash. I have changed to only import specific 
> hbase common classes that are required in this file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to