Tabnine Logo
HCatAddPartitionDesc$Builder.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.apache.hive.hcatalog.api.HCatAddPartitionDesc$Builder
constructor

Best Java code snippets using org.apache.hive.hcatalog.api.HCatAddPartitionDesc$Builder.<init> (Showing top 8 results out of 315)

origin: apache/hive

/**
 * Creates the builder for specifying attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param location the location
 * @param partSpec the part spec
 * @return the builder
 * @throws HCatException
 */
@Deprecated // @deprecated in favour of {@link HCatAddPartitionDesc.#create(HCatPartition)}. To be removed in Hive 0.16.
public static Builder create(String dbName,
               String tableName,
               String location,
               Map<String, String> partSpec
          ) throws HCatException {
 LOG.error("Unsupported! HCatAddPartitionDesc requires HCatTable to be specified explicitly.");
 return new Builder(dbName, tableName, location, partSpec);
}
origin: org.apache.hive.hcatalog/hive-webhcat-java-client

/**
 * Creates the builder for specifying attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param location the location
 * @param partSpec the part spec
 * @return the builder
 * @throws HCatException
 */
@Deprecated // @deprecated in favour of {@link HCatAddPartitionDesc.#create(HCatPartition)}. To be removed in Hive 0.16.
public static Builder create(String dbName,
               String tableName,
               String location,
               Map<String, String> partSpec
          ) throws HCatException {
 LOG.error("Unsupported! HCatAddPartitionDesc requires HCatTable to be specified explicitly.");
 return new Builder(dbName, tableName, location, partSpec);
}
origin: org.spark-project.hive.hcatalog/hive-webhcat-java-client

/**
 * Creates the builder for specifying attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param location the location
 * @param partSpec the part spec
 * @return the builder
 * @throws HCatException
 */
@Deprecated // @deprecated in favour of {@link HCatAddPartitionDesc.#create(HCatPartition)}. To be removed in Hive 0.16.
public static Builder create(String dbName,
               String tableName,
               String location,
               Map<String, String> partSpec
          ) throws HCatException {
 LOG.error("Unsupported! HCatAddPartitionDesc requires HCatTable to be specified explicitly.");
 return new Builder(dbName, tableName, location, partSpec);
}
origin: com.github.hyukjinkwon.hcatalog/hive-webhcat-java-client

/**
 * Creates the builder for specifying attributes.
 *
 * @param dbName the db name
 * @param tableName the table name
 * @param location the location
 * @param partSpec the part spec
 * @return the builder
 * @throws HCatException
 */
@Deprecated // @deprecated in favour of {@link HCatAddPartitionDesc.#create(HCatPartition)}. To be removed in Hive 0.16.
public static Builder create(String dbName,
               String tableName,
               String location,
               Map<String, String> partSpec
          ) throws HCatException {
 LOG.error("Unsupported! HCatAddPartitionDesc requires HCatTable to be specified explicitly.");
 return new Builder(dbName, tableName, location, partSpec);
}
origin: org.spark-project.hive.hcatalog/hive-webhcat-java-client

/**
 * Constructs a Builder instance, using an HCatPartition object.
 * @param partition An HCatPartition instance.
 * @return A Builder object that can build an appropriate HCatAddPartitionDesc.
 * @throws HCatException
 */
public static Builder create(HCatPartition partition) throws HCatException {
 return new Builder(partition);
}
origin: org.apache.hive.hcatalog/hive-webhcat-java-client

/**
 * Constructs a Builder instance, using an HCatPartition object.
 * @param partition An HCatPartition instance.
 * @return A Builder object that can build an appropriate HCatAddPartitionDesc.
 * @throws HCatException
 */
public static Builder create(HCatPartition partition) throws HCatException {
 return new Builder(partition);
}
origin: com.github.hyukjinkwon.hcatalog/hive-webhcat-java-client

/**
 * Constructs a Builder instance, using an HCatPartition object.
 * @param partition An HCatPartition instance.
 * @return A Builder object that can build an appropriate HCatAddPartitionDesc.
 * @throws HCatException
 */
public static Builder create(HCatPartition partition) throws HCatException {
 return new Builder(partition);
}
origin: apache/hive

/**
 * Constructs a Builder instance, using an HCatPartition object.
 * @param partition An HCatPartition instance.
 * @return A Builder object that can build an appropriate HCatAddPartitionDesc.
 * @throws HCatException
 */
public static Builder create(HCatPartition partition) throws HCatException {
 return new Builder(partition);
}
org.apache.hive.hcatalog.apiHCatAddPartitionDesc$Builder<init>

Popular methods of HCatAddPartitionDesc$Builder

  • build
    Builds the HCatAddPartitionDesc.

Popular in Java

  • Reading from database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Path (java.nio.file)
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Runner (org.openjdk.jmh.runner)
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now