All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hbase-webapps.thrift.WEB-INF.web.xml Maven / Gradle / Ivy

Go to download

HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns="http://java.sun.com/xml/ns/javaee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
   version="2.5">


    <servlet>
        <servlet-name>org.apache.hadoop.hbase.generated.thrift.thrift_jsp</servlet-name>
        <servlet-class>org.apache.hadoop.hbase.generated.thrift.thrift_jsp</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>org.apache.hadoop.hbase.generated.thrift.thrift_jsp</servlet-name>
        <url-pattern>/thrift.jsp</url-pattern>
    </servlet-mapping>

</web-app>





© 2015 - 2025 Weber Informatics LLC | Privacy Policy