Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-28616

Remove/Deprecated the rs.* related configuration in TableOutputFormat

    XMLWordPrintableJSON

Details

    • Reviewed
    • Hide
      Mark these two fileds in TableOutputFormat as deprecated as they do not take effect any more.

      REGION_SERVER_CLASS
      REGION_SERVER_IMPL

      Mark these two methods in TableMapReduceUtil as deprecated as the serverClass and serverImpl parameters do not take effect any more.

      void initTableReducerJob(String table, Class<? extends TableReducer> reducer, Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl) throws IOException
      void initTableReducerJob(String table, Class<? extends TableReducer> reducer, Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl, boolean addDependencyJars) throws IOException
      Show
      Mark these two fileds in TableOutputFormat as deprecated as they do not take effect any more. REGION_SERVER_CLASS REGION_SERVER_IMPL Mark these two methods in TableMapReduceUtil as deprecated as the serverClass and serverImpl parameters do not take effect any more. void initTableReducerJob(String table, Class<? extends TableReducer> reducer, Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl) throws IOException void initTableReducerJob(String table, Class<? extends TableReducer> reducer, Job job, Class partitioner, String quorumAddress, String serverClass, String serverImpl, boolean addDependencyJars) throws IOException

    Attachments

      Issue Links

        Activity

          People

            zhangduo Duo Zhang
            zhangduo Duo Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: