Hadoop / NoSql

Hello
reading the documents on hadoop and NoSql, I don't understand when it's best to use one or the other and if both products can be used together.

Thank you

Hello

There is a lot we can say based on your question. First of all, my hypothesis is that when you say "NoSQL" you are implying the use of NoSQL of Oracle database... (Hadoop is NoSQL as well in the broadest sense of the term NoSQL).

With that, yes you can use Oracle NoSQL and Hadoop together. For example, you can store your user profile information in NoSQL DB, you can use a MapReduce input format to extract data from NoSQL DB, and then work on the data with MR.

In General (I am consciously ignoring HBase now), you would store stores large write-once read, pieces of data multiple times in Hadoop/HDFS. Classic examples are weblogs, streams of sensor data. These are written in big chuncks on HDFS (for example a weblog file is divided in blocks of 128 MB). Write you and read sequentially (where the requirement for general disc) but do not update anything - especially you do not update any "records" from the keys.

NoSQL DB gives you the key (primary)-based transactions. You have random i/o patterns, read records single (I'm simplifying a bit) and have the chance to update and delete these based on their key. It's really based on an index b-tree structure. The value (the index is the key) is a string of bytes that are not interpreted by the DB is simply passed to the Java program to playback.

Look at in general, the required access model. If it is random, only check-in feature use a NoSQL DB (or HBase), if there is access to lot for analysis using HDFS.

JP

Tags: Database

Similar Questions

  • basic questions about the Bigdata, NOSQL, and Hadoop


    Hello

    I have fundamental questions related to Bigdata. (I have Googled it but still want to confirm with experts)

    Please correct me if I'm wrong on below.

    (1) as far as I know data large are the collection of unstructured data. We can even store relational data as well.

    (2) NOSQL is a product of Oracle to manage bigdata (UN structured data and relational data as well)

    (3) Hadoop is the only framework that is available on the market to manage the bigdata.

    What are the other systems of database that we have in the market to manage the bigdata.

    See you soon,.

    Suri

    Suri,

    NoSQL is a distributed (with indexing and schematics) database. From a database point of view, NoSQL is a good place to start you off. Hadoop is a framework for distributed processing, rather than a database. If you are looking to take advantage of your database skills, then I suggest starting with NoSQL.

    Oracle Press has recently published "Oracle Big Data Handbook," which is an overview of the suite of large data Oracle technology products. I would start there. You can find the book on Oracle Press or Amazon , Barnes & Noble.

    I hope this helps.

    Kind regards

    Dave

  • Where is my Hadoop for Windows, I intend to be an Early Adopter

    Where is my Hadoop for Windows, I intend to be an Early Adopter for the transport of large data on Windows

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the following forum:

     

    http://social.technet.Microsoft.com/forums/en-us/categories/

  • Microsoft abandoned the plan to release the local deployment of Hadoop Isotope for Windows?

    indicates references to installation on site barred.
    Can you get it someone please let me know if Microsoft has dropped the plan for services of Hadoop for Windows principle?

    Hello

    The question you have posted is better suited to the TechNet community. Please visit the link below to find a community that will provide the best support.

    http://social.technet.Microsoft.com/forums/en-ZW/category/windowsazureplatform

    I hope this helps.

  • Create the data source NoSQL Oracle using Oracle Weblogic 11 g

    Hello

    I'm working on a VINE by which I want to connect NoSQL Oracle database with Oracle Weblogic11g as a new source of data in Oracle Database 11 g of accompaniment.

    So my question is that Oracle Weblogic 11 g support NoSQL Oracle database as a data source OR can I plug NoSQL Oracle database as the source of data with Oracle Weblogic11g?

    Thank you...

    Hello

    By 'data source' I assume you mean a JDBC data source. Is this fair?

    If so, please be aware that NoSQL DB does not support SQL or JDBC, although these features can be added in the future. Currently, to access data in the NoSQL database from your application, you must use the Java APIs in the pilot of the client which is included in the package. Please see the Starter Guide for more information.

    That answer your question?

    -mark

  • The problem of the distribution of the data in the cluster of NoSQL Oracle databases

    Hello

    I write (about 10 G) data in an Oracle Databae NoSQL cluster (which consists of three nodes: ud1, Node2, node3). It has only one table in the DB and I create an index on a field.

    The amount of data in each node is about 16G.

    Then I write the same data (about 10G) in an Oracle NoSQL Database (Only one node) and I create an index on the same lot.

    But the amount of data is about 46G.

    So I assumed that each node holds no data complete. Then if the failure of a node, the cluster can still work but some data cannot be queried. Am I wrong?

    There is an intersection in the form of database on each node?

    You should take a look at the documentation. For example:

    http://docs.Oracle.com/CD/NoSQL/HTML/AdminGuide/introduction.html

    -mark

  • GeoSPARQL on Oracle NoSQL

    Hello

    Can the NoSQL Oracle support for the vocabulary of GeoSPARQL?

    See you soon

    Hi Joguerra,

    Currently, the semantic graph RDF for Oracle NoSQL Database can't vocabulary GeoSPARQL. You can, however, use semantic graph RDF for Oracle Database (12 c) and it comes with a GeoSPARQL support.

    There is a strong requirement to have some features Geo space with RDF for Oracle NoSQL Database, please file a feature request.

    It will be useful,

    Zhe Wu

  • Ontology protégé on Oracle NoSQL

    Hello

    I created an ontology on 4.3 protected it seems good. I added the plugin NoSQL protégé and I saved the model and inference in the database. Everything worked smooth far and the database is not complain with the ontology. Now, I use joseki endpoint to query the database. Joseki runs on Tomcat 7.0.X and the application seems correct.

    If I run the query below on protected against my ontology, it works. But when I return to the Joseki, this does not

    PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# >

    PREFIX rdfs: http://www.w3.org/2000/01/RDF-schema# >

    PREFIX xsd: http://www.w3.org/2001/XMLSchema# >

    PREFIX owl: http://www.w3.org/2002/07/OWL# >

    Fn PREFIX: http://www.w3.org/2005/XPath-functions# >

    PREFIX ouext: http://Oracle.com/Semtech/Jena-adaptor/ext/user-def-function# >

    PREFIX oext: < http://Oracle.com/Semtech/Jena-adaptor/ext/function# >

    PREFIX ORACLE_SEM_FS_NS: http://Oracle.com/Semtech#timeout=100, qid = 123 >

    SELECT * WHERE {? x? y? z}

    LIMIT OF 100

    The Joseki, I have updated the file joseki - config.ttl with the configuration of my store, I restarted the tomcat, but nothing happens. The same query, does not seem to work but nothing complains against her.

    < #oracle > RDF: type oracle - nosql:Dataset;

    Joseki:poolSize 2;         # Number of simultaneous connections allowed for this dataset.

    Oracle - nosql:connection # NoSQL connection

    [

    RDF: type oracle - nosql:NoSQLConnection;

    Oracle - nosql:hostName "myhost."

    Oracle - nosql:storeName 'test '.

    Oracle - nosql:hostPort '5000 ';

    ];

    ##oracle - nosql:allGraphs [];         # Descriptions chart

    [Oracle - nosql:defaultGraph];

    ##oracle - nosql:namedGraph [oracle - nosql:graphName <http://g1>];

    .

    I'm not entirely sure where the problem is, the database is running, even if I think the question is whether the request is well formatted and the configuration is correct. Can anyone around help me find out where is the problem?

    Thank you and I would appreciate any idea

    Hi Joguerra,

    You can read the ontology saved in protégé of NoSQL DB?

    Zhe Wu

  • the RESTful web service and database NoSql.

    I configured a database version Oracle NoSQL 3.0.5.

    I wrote the below 12 c JDev RestFul web service.

    the Rest works well, but when running query (GET) it returns the following error.

    I don't know how to correct it. Need help

    package store;

    import com.hp.hpl.jena.query.Query;
    import com.hp.hpl.jena.query.QueryExecution;
    import com.hp.hpl.jena.query.QueryExecutionFactory;
    import com.hp.hpl.jena.query.QueryFactory;
    import com.hp.hpl.jena.query.ResultSet;
    import com.hp.hpl.jena.query.ResultSetFormatter;
    import com.hp.hpl.jena.query.Syntax;
    import com.hp.hpl.jena.rdf.model.Model;

    Import javax.ws.rs.GET;
    Import javax.ws.rs.Path;
    Import javax.ws.rs.Produces;

    Import oracle.kv.impl.api.ops.Get;

    Import oracle.rdf.kv.client.jena.OracleModelNoSql;
    Import oracle.rdf.kv.client.jena.OracleNoSqlConnection;

    @Path ("store")
    public class StoreResourceHandle {}
    public StoreResourceHandle() {}
    Super();
    }

    public static String queryStoreNoSQL() {}
    String StoreName = "semep;
    String HostName = 'localhost ';
    String HostPort = "5000";
    String szModelName = "http://example.org/Captation";
    String ModelName = "http://Repository";
    OracleNoSqlConnection conn = OracleNoSqlConnection.createInstance (StoreName, HostPort, HostName);
    Model = OracleModelNoSql.createOracleModelNoSql (ModelName, conn);

    String szQuery = "SELECT? s? p? o\n +.
    "where {\n" +
    "  { ?s  ?p  ?o}\n" +
    "}";


    System.out.println ("Execute query" + szQuery);

    Query query = QueryFactory.create (szQuery, Syntax.syntaxARQ);
    QueryExecution qexec = QueryExecutionFactory.create (query, model);
    ResultSet results = qexec.execSelect ();
    String textResults = ResultSetFormatter.asText (results);

    qexec. Close();
    Model.Close ();
    Conn.Dispose ();
    Return textResults;
    }


    @GET
    @Produces("text/plain")
    public String getStoreQuery() {}
    String result = StoreResourceHandle.queryStoreNoSQL ();
    System.out.println ("result");
    return the result;
    }

    }

    [Running the application on IntegratedWebLogicServer StoreResource...]
    [21: 45:44] StoreWebApp.war of Module Web recognized in the project Store.jpr
    [Another instance of the storeresource application is running on the server.  JDeveloper redeploy the application.]
    [21: 45:44]-deployment began.  ----
    [21: 45:44] the target platform's (Weblogic 12.x).
    [21: 45:44] recovery of the existing application information
    [21: 45:44] analysis of the dependence running...
    [21: 45:44] deployment 2 profiles...
    [21: 45:44] wrote on the Web for C:\Users\memus\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\StoreResource\StoreWebApp.war application Module
    [21: 45:44] wrote the Module Enterprise Application to C:\Users\memus\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\StoreResource
    [21: 45:44] application is not transferred
    [21: 45:44] the constriction of context following URLS have been defined and can be used as a starting point for testing your application:
    [21: 45:44] http://localhost:7101 / StoreResource-store-context-root
    [21: 45:44] time to deployment: 1 second
    [21: 45:44]-deployment is complete.  ----
    Run start time: 554 ms.
    [Application running on IntegratedWebLogicServer StoreResource]

    Target application w- http://localhost:7101/StoreResource-Store-context-root/resources/application.wadl

    Target URL - http://localhost:7101 / StoreResource-store-context-root/resources/store
    < 25 may 2014 21: 45 CEST > < error > < com.sun.jersey.spi.container.ContainerResponse > < BEA-000000 > < exception contained in MappableContainerException could not be mapped to a response, re - throw to the HTTP container
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    Truncated. check the log file full stacktrace
    >
    < 25 may 2014 21: 45 CEST > < error > < HTTP > < BEA-101017 > < [ServletContext@10446167[app:StoreResource module: StoreResource-store-context-spec: null, path root-version: 3.0], request: [ weblogic.servlet.internal.ServletRequestImpl@1e35577
    GET StoreResource-Store-context-root/resources/store HTTP/1.1
    Connection: TE
    TE: trailers, deflate, gzip, compress
    User-Agent: Oracle HTTPClient Version 10: 00
    Accept: text/plain
    X HTTPAnalyzer-Rules: 1@localhost:8099

    Root cause]] of ServletException.
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    Truncated. check the log file full stacktrace
    >
    < 25 may 2014 21: 45 CEST > < opinion > < Diagnostics > < BEA-320068 > < Watch "UncheckedException" in the module "Module-FMWDFW" with severity "Notice" on the server "DefaultServer" triggered on 25 may 2014 21: 45 CEST. Details of the notification:
    WatchRuleType: Journal
    WatchRule: (SEVERITY = "Error") AND ((MSGID = ' WL-101020') OR (MSGID = "WL-101017'") OR (MSGID = "WL-000802'") OR (MSGID = "BEA-101020'") OR (MSGID = "BEA-101017'") OR (MSGID = "BEA-000802'"))
    WatchData: DATE = may 25, 2014 21: 45 CEST SERVER = DefaultServer MESSAGE = [ServletContext@10446167[app:StoreResource module: StoreResource-store-context-spec: null, path root-version: 3.0], request: [ weblogic.servlet.internal.ServletRequestImpl@1e35577
    GET StoreResource-Store-context-root/resources/store HTTP/1.1
    Connection: TE
    TE: trailers, deflate, gzip, compress
    User-Agent: Oracle HTTPClient Version 10: 00
    Accept: text/plain
    X HTTPAnalyzer-Rules: 1@localhost:8099

    Root cause]] of ServletException.
    java.lang.NoClassDefFoundError: oracle/rdf/kv/customer/jena/OracleNoSqlConnection
    to the store. StoreResourceHandle.queryStoreNoSQL (StoreResourceHandle.java:41)
    to the store. StoreResourceHandle.getStoreQuery (StoreResourceHandle.java:68)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    to com.sun.jersey.spi.container.JavaMethodInvokerFactory$ 1.invoke(JavaMethodInvokerFactory.java:60)
    to com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ TypeOutInvoker._dispatch (AbstractResourceMethodDispatchProvider.java:185)
    at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
    at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
    at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
    at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
    at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
    at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
    at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
    at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
    at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
    at weblogic.jaxrs.server.portable.servlet.ServletContainer.service(ServletContainer.java:218)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:844)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at oracle.j2ee.ws.server.jaxrs.TenantServletFilter.doFilter(TenantServletFilter.java:81)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    Subsystem = HTTP USERID < WLS Kernel > = SEVERITY = error THREAD = ExecuteThread [ASSET]: '1' for the queue: MSGID "(self-adjusting) weblogic.kernel.Default" = BEA - 101017 MACHINE = mustapha TXID = the CONTEXTID = 6a226c0c-6115-47df-833a-8465cd21cc68-0000002f TIMESTAMP = 1401047153802
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    < 25 may 2014 21: 46 CEST > < emergency > < oracle.dfw.incident > < BEA-000000 > < 65 incident created with the key to problem "DFW-99998 [java.lang.NoClassDefFoundError] [oracle.j2ee.ws.server.jaxrs.TenantServletFilter.doFilter] [StoreResource]" >

    Hi MEMU,.

    I have it. And he has deployed in the built-in container. It works very well. Note that I did the following.

    (1) change the project properties,

    In the libraries and Classpath, I need to add in Classpath entries associated Jena libraries, slf4j, sdordfnosqlclient.jar, kvclient.jar etc.

    (2) use the xercesImpl - 2.9.1.jar instead of xercesImpl - 2.10.0.  Jdev 12 c appears to use an older version of xerces as bundles of Jena.

    Once done the configurations above, I can execute your project without changing Java code.

    Here is the result:

    [14: 34:08] wrote the Web application Module for /home/alwu/.jdeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/UniversalSparqlQuery/queryWebApp.war

    [14: 34:09] wrote the Module Enterprise Application to /home/alwu/.jdeveloper/system12.1.2.0.40.66.68/o.j2ee/drs/UniversalSparqlQuery

    [14: 34:09] Application deployment...

    [14: 34:15] Application deployed successfully.

    [14: 34:15] the constriction of context following URLS have been defined and can be used as a starting point for testing your application:

    [14: 34:15] http://192.168.1.1:7101 / UniversalSparqlQuery-application-context-root

    [14: 34:16] for deployment time: 9 seconds

    [14: 34:16]-deployment is complete.  ----

    Run start time: 9573 ms.

    [Application running on IntegratedWebLogicServer UniversalSparqlQuery]

    Target application w- http://localhost:7101/UniversalSparqlQuery-query-context-root/resources/application.wadl

    Target URL - http://127.0.0.1:7101 / UniversalSparqlQuery-query context root/resources/query/select/home/store/port/model/application

    I went in a universal store

    I create the connection to: model

    Run the select query

    I leave the store: store

    I spent in-store universal semep

    I create the connection to: http://Repository

    Run select select? s? p? o where {? s? p? o}

    I leave the store: semep

    It will be useful,

    Zhe Wu

  • Build Oracle NoSQL C API errors

    Hello

    I'm currently building the NoSQL Database C customer pilot available Oracle from: Oracle database NoSQL downloads

    kV - c - 2.1.57.tar

    I get the following error when I try to run cmake:

    -Identifying C compiler is GNU

    -Identification of CXX compiler is GNU

    -Check for the work of the C compiler: GCC

    -Check for the work of the C compiler: GCC - works

    -Detection of compiler ABI C information

    -Detection info ABI C compiler - done

    -Check compiler CXX work: / usr/bin/c ++

    -Check compiler CXX work: / usr/bin/c ++-work

    -Detection of information CXX compiler ABI

    -Detection info ABI CXX compiler - done

    At CMakeLists.txt:71 (message) CMake error:

    NYI is not found

    -Incomplete configuration, errors have occurred!

    My environment:

    I'm using Oracle Linux 6.5. Extracts /usr/local/jdk1.7.0_51 and JAVA_HOME set to /usr/local/jdk1.7.0_51 Java JDK

    I have already installed the prerequisite not listed in BUILDING.html:

    1 KVHOME=/var/kv/kv-2.1.57

    2 updated version 1.7 of Java 51

    3 Avro C library installed in the default location: / usr/local

    Any ideas?

    Thank you

    Jason

    OK, I was able to solve my problem by uninstalling yum cmake and manually build the latest version of CMake - Cross platform make. (to date, the current stable version is 2.8.12.2).

    Very simple installation

    wget http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz

    tar - xvvf cmake - 2.8.12.2.tar.gz

    CD cmake - 2.8.12.2

    . / bootstrap

    do

    make install

    update your PATH

    After that, I was able to run cmake again for c - kv - 2.1.57 successfully.

    But then I met another problem over do it with the following error message:

    LD WARNING not found libmawt.so (not exact error, do not remember)

    /usr/lib/JVM/JRE/lib/AMD64/libjawt.so: refers to 'awt_FreeDrawingSurface@SUNWprivate_1.1' the undefined

    ...

    To resolve this problem, I ran:

    Locate libmawt.so

    Choose the one with jre/lib/amd64/xawt and set that RPATH path in my environment.

    Export RPATH = / your/path/may/change/jre/lib/amd64/xawt

    Then ran once again. Then make install. Success!

    Hope this helps someone else.

    Thank you

    Jason

  • How to change hadoop-model?

    Hello

    Because my DNS does not record IP dynamicaly, I need to get hadoop-model VM and edit/etc/hosts to add some records...

    But I do not understand how to connect to this virtual computer? I don't know IP or credentials...

    Configuration:

    BDE 2.1.0

    vCenter 5.5u2

    Procedure:

    1 turn on the virtual machine of Hadoop model and apply updates or changes.

    2 remove the /etc/udev/rules.d/70-persistent-net.rules file in order to avoid the multiplication of EPF in the clone operation.

    You must remove this file, otherwise, the virtual machine cannot obtain its IP address.

    If you do not remove the /etc/udev/rules.d/70-persistent-net.rules file, virtual machine cloned from the model is unable to obtain an IP address. If you turn on this virtual machine to make changes, you must remove this file before you shut down the virtual machine.

    3 close the virtual machine of Hadoop model.

    4 remove the labeled serengeti-instant snapshot in VM of Hadoop model custom.

    one

    In the vSphere Web Client, right-click the virtual machine of Hadoop model and select snapshot > Snapshot Manager

    b

    Select the serengeti-snapshot, and then click on remove.

    The generated snapshot is automatically deleted.

    Thanks in advance

    You can connect vSphere Client or vSphere Web Client to connect the vCenter Server, search for the hadoop under BDE VAPP, hadoop-model model right click and select "Open Console", then you can connect it with password root.

  • vCOps for Hadoop performance monitoring

    What is the best way to implement the follow-up of performance for Hadoop and data in vCOps?

    Blue Medora is working on a full-fledged vCOps / vRealize Management Pack for Hadoop v6 with an availability of target in Q1/15.

    If you are interested by a participant in the beta later this quarter, email us at [email protected]

  • Get details of username and group of companies of Workflows Hadoop

    Hi people,

    We are able to deploy Hadoop Clusters successfully using vCAC - vCO integration. We strive to update the database with information such as the user name (who asked the Hadoop Cluster), company of the etc group, the problem is, we are not able to make the username and group business Details of the vCAC through the Hadoop Workflows in vCO. These details are the entries, attributes, nor outputs... However, the details are displayed. But, when the workflow starts we get details such as ID username and group of companies in vCO on the 'Variables' tab (shown in the image below).  Is there a way we can save this information?

    System.log (__asd_tenantref); -does not work.

    I think that these values are updated automatically through vCAC when the deployment of the cluster is started. Is there a way we can track this information?

    Thank you

    SK

    (In the picture below, those highlighted is the required information)

    For these variables, please use this package: com.vmware.library.asd.package

  • Create a cluster through the serengeti without a Hadoop distribution installed?

    Hello

    Is it possible to have the Serengeti create a cluster without Hadoop? I know it sounds like a silly question but I'm wanting to know if I can use of the Serengeti and basically create a set of virtual machines and IPs with defined storage and RAM. Then, I want to install my own packages, not Hadoop but Serengeti can create the initial virtual machines is so good.

    Thanks in advance,

    Carl.

    It worked, thanks. So I guess it was sudo sed-i "/ 'hadoop_namenode' / a 'basic', '/ opt/serengeti/www/distros/manifest"

    FINISHED 100%

    Node group: worker, the instance number: 1

    roles: [Basic]

    STATUS NAME IP TASK

    --------------------------------------------------

    worker-Basic-0 10.100.12.128 Service ready

    Node group: master, instance number: 1

    roles: [Basic]

    STATUS NAME IP TASK

    --------------------------------------------------

    Master-Basic-0 10.100.12.129 Service ready

    basic cluster created

    Serengeti >

    So thank you. He placed two VMS in pools of different resources. What config file defines what I do not see that it referenced in .json models in/opt/serengeti/conf.

  • NoSQL Oracle under Windows.

    Hi all

    I am new to Oracle NoSQL, and I'm trying to develop the same application. so I do it on windows 7 OS. But cannot run kvclient on windows.

    So, how can I do?

    Please suggest me.

    Thanks in advance!

    Just to let you know, Windows is not an officially support platform for Oracle NoSQL Database.  You can use kvlite to get an idea of the NoSQL APIs and to test a simulated application, but we don't certify Windows as a product platform.  Are you referring to the kvlient.jat file when you say that you are unable to run kvlient on Windows?

    Dave

Maybe you are looking for

  • T400 keypad

    Hello I bought a Lenovo T400 ThinkPad flea market and am very happy with it. However, it has no manual. I'm running it with Windows 7. I wish I could create these little strange characters like quarter, half, trema, cedilla, etc.. I have the row of n

  • HP Jet - Power we or Admin password SYSTEM OFF after 3 trys

    I have a hp flow and average said 76247682

  • In g7 battery life

    Only get about 40 minutes of battery use when you watch a dvd, then it hibernates? Do I have a bad battery or what?

  • Problem of incompatibility of file OSPPREARM

    I recently bought a new desktop HP Envy with Windows 8. I upgraded to 8.1, then purchased MS Office Home & Business that I downloaded. Worked fine for a few days, then disappeared from all Office except my directory (listed as office 15). When I visi

  • Future integration of APEX ORACLE ALTA UI?

    I just had a look at this on the page Web the main Oracle - system of modern Design UI for Web and Mobile Apps | OracleTo me, this seems like it was a good choice for the development of the APEX.Can anyone from the product team advisor if it is possi