You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sai Teja Ranuva (JIRA)" <ji...@apache.org> on 2016/07/29 19:13:20 UTC

[jira] [Updated] (HBASE-16306) Add specific imports to avoid namespace clash in defaultSource.scala

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

Sai Teja Ranuva updated HBASE-16306:
------------------------------------
    Attachment: HBASE-16306.master.1.patch

> 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 imports to only specific hbase common classes that are required in this file.



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