|
From: Brad B. <be...@bl...> - 2016-02-22 13:56:03
|
Andreas, Thank you. Upon further checking, it appears that the page no longer exists (it was working up until a few days ago). Would you mind creating a ticket at https://jira.blazegraph.com/ on this and we can look at migration options in an upcoming release? Thanks, --Brad On Mon, Feb 22, 2016 at 8:45 AM, Andreas Kahl <ka...@bs...> wrote: > Brad, Bryan, > > Thanks for your explanations. The URL > http://ir.dcs.gla.ac.uk/~bpiwowar/maven/ is unavailable in the meantime. > But with some googling I found > > http://pkgs.org/fedora-centos-rhel-opensuse-mandriva/jpackage-5.0/dsiutils-1.0.10-1.jpp5.noarch.rpm.html > , downloaded that, and got the .jar via > rpm2cpio dsiutils-1.0.10-1.jpp5.noarch.rpm | cpio -idmv > > Then, > mvn install:install-file -Dfile=./dsiutils-1.0.10.jar > -DgroupId=it.unimi.dsi -DartifactId=dsiutils -Dversion=1.0.10 > -Dpackaging=jar > installed the .jar in my local Maven Repo. Now Blazegraph compiles fine. > Just some Test runs into an error, but I can simply skip tests. > > Best Regards > Andreas > > P.S. The failed Test is in Blazegraph Utilities: > Failed tests: > TestCSVReader.test_read_test_csv:123->assertSameValues:272 Col=Salary > expected:<class java.lang.Double> but was:<class java.lang.String> > TestCSVReader.test_read_test_no_headers_csv:180->assertSameValues:272 > Col=5 expected:<class java.lang.Double> but was:<class java.lang.String> > > > > >>> Brad Bebee <be...@bl...> 22.02.16 13.51 Uhr >>> > Andreas, > > Thank you. Please see the repo (repo-for-dsiutils) URL in the dsi-utils > pom: https://github.com/blazegraph/database/blob/master/dsi-utils/pom.xml. > Occasionally, that repository is unavailable. Please let us know if you > continue to see the error. > > Thanks, --Brad > > On Mon, Feb 22, 2016 at 6:37 AM, Bryan Thompson <br...@sy...> wrote: > >> The more recent dsiutil so is, I believe, under a different license. This >> is why we do not roll forward and do not test for compatibility with newer >> releases. Instead, we maintain a fork. >> >> Brad, can you please comment on how to obtain the dsiutils dependency? >> >> Also, do you have any feedback on the web.xml configuration and >> environment variable overrides? >> >> Thanks, >> Bryan >> >> >> On Monday, February 22, 2016, Andreas Kahl <ka...@bs...> wrote: >> >>> Bryan, >>> >>> Thanks for your hint. And thanks for changing the project to Maven, too. >>> Now it was very easy to check out Blazegraph and open the project in >>> Netbeans. >>> I found that the parameters from web.xml have their defaults in >>> com.bigdata.rdf.sail.webapp.ConfigParams. So I would have simply to add a >>> custom argument --readOnly and then set >>> initParams.put(ConfigParams.READ_ONLY,true); >>> >>> Just one version in the pom.xml needed manual attention: Neither Maven >>> Central nor Apache Releases contain dsiutils 1.0.10, so I changed this to >>> 2.3.0 which is the most recent version. Probably it is advisable not to >>> blindly change that version. Do you have a recommended Maven repository to >>> add to my list? >>> >>> Best Regards >>> Andreas >>> >>> >>> >>> >>> >>> >>> Bryan Thompson <br...@sy...> 19.02.16 14.16 Uhr >>> >>> Andreas, >>> >>> Please see the options defined for: >>> >>> - StandaloneNanoSparqlServer (used by the bundled-jar). >>> - NanoSparqlServer (and it extends this class). >>> >>> I defer to Brad on the AJP port. >>> >>> Thanks, >>> Bryan >>> >>> >>> ---- >>> Bryan Thompson >>> Chief Scientist & Founder >>> Blazegraph >>> e: br...@bl... >>> w: http://blazegraph.com >>> >>> Blazegraph products help to solve the Graph Cache Thrash to achieve >>> large scale processing for graph and predictive analytics. Blazegraph is >>> the creator of the industry’s first GPU-accelerated high-performance >>> database for large graphs, has been named as one of the “10 Companies >>> and Technologies to Watch in 2016” >>> <http://insideanalysis.com/2016/01/20535/>. >>> >>> Blazegraph Database <https://www.blazegraph.com/> is our ultra-high >>> performance graph database that supports both RDF/SPARQL and >>> Tinkerpop/Blueprints APIs. Blazegraph GPU >>> <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS >>> <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive >>> new technologies that use GPUs to enable extreme scaling that is thousands >>> of times faster and 40 times more affordable than CPU-based solutions. >>> >>> CONFIDENTIALITY NOTICE: This email and its contents and attachments >>> are for the sole use of the intended recipient(s) and are confidential or >>> proprietary to SYSTAP, LLC DBA Blazegraph. Any unauthorized review, use, >>> disclosure, dissemination or copying of this email or its contents or >>> attachments is prohibited. If you have received this communication in >>> error, please notify the sender by reply email and permanently delete all >>> copies of the email and its contents and attachments. >>> >>> On Fri, Feb 19, 2016 at 3:08 AM, Andreas Kahl <ka...@bs...> >>> wrote: >>> >>>> Hello everyone, >>>> >>>> our Blazegraph production environment runs on Tomcat. Currently I am >>>> looking whether we could change that and use the standalone variant by >>>> calling blazegraph-bundled.jar directly like described in the getting >>>> started section: java -server -Xmx4g -jar bigdata-bundled.jar >>>> >>>> We do quite often edit settings in web.xml and restart Tomcats; >>>> especially readOnly and queryTimeout. >>>> So having to recomile a new bigdata-bundled.jar for each change would be >>>> a bit cumbersome. >>>> >>>> 1. Is there a way of specifying these parameters via command line >>>> options or via RWStore.properties? >>>> 2. Can we configure/compile standalone Blazegraph to provide an AJP port >>>> for Apache's mod_jk (instead of mod_proxy_http)? >>>> >>>> Thanks & Best Regards >>>> Andreas >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Site24x7 APM Insight: Get Deep Visibility into Application Performance >>>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >>>> Monitor end-to-end web transactions and take corrective actions now >>>> Troubleshoot faster and improve end-user experience. Signup Now! >>>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >>>> _______________________________________________ >>>> Bigdata-developers mailing list >>>> Big...@li... >>>> https://lists.sourceforge.net/lists/listinfo/bigdata-developers >>>> >>> >>> >> >> -- >> ---- >> Bryan Thompson >> Chief Scientist & Founder >> Blazegraph >> e: br...@bl... >> w: http://blazegraph.com >> >> Blazegraph products help to solve the Graph Cache Thrash to achieve large >> scale processing for graph and predictive analytics. Blazegraph is the >> creator of the industry’s first GPU-accelerated high-performance database >> for large graphs, has been named as one of the “10 Companies and >> Technologies to Watch in 2016” <http://insideanalysis.com/2016/01/20535/>. >> >> >> Blazegraph Database <https://www.blazegraph.com/> is our ultra-high >> performance graph database that supports both RDF/SPARQL and >> Tinkerpop/Blueprints APIs. Blazegraph GPU >> <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS >> <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive >> new technologies that use GPUs to enable extreme scaling that is thousands >> of times faster and 40 times more affordable than CPU-based solutions. >> >> CONFIDENTIALITY NOTICE: This email and its contents and attachments are >> for the sole use of the intended recipient(s) and are confidential or >> proprietary to SYSTAP, LLC DBA Blazegraph. Any unauthorized review, use, >> disclosure, dissemination or copying of this email or its contents or >> attachments is prohibited. If you have received this communication in >> error, please notify the sender by reply email and permanently delete all >> copies of the email and its contents and attachments. >> >> >> >> ------------------------------------------------------------------------------ >> Site24x7 APM Insight: Get Deep Visibility into Application Performance >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month >> Monitor end-to-end web transactions and take corrective actions now >> Troubleshoot faster and improve end-user experience. Signup Now! >> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 >> _______________________________________________ >> Bigdata-developers mailing list >> Big...@li... >> https://lists.sourceforge.net/lists/listinfo/bigdata-developers >> >> > > > -- > _______________ > Brad Bebee > CEO > Blazegraph > e: be...@bl... > m: 202.642.7961 > w: www.blazegraph.com > > Blazegraph products help to solve the Graph Cache Thrash to achieve large > scale processing for graph and predictive analytics. Blazegraph is the > creator of the industry’s first GPU-accelerated high-performance database > for large graphs, has been named as one of the “10 Companies and > Technologies to Watch in 2016” <http://insideanalysis.com/2016/01/20535/>. > > > Blazegraph Database <https://www.blazegraph.com/> is our ultra-high > performance graph database that supports both RDF/SPARQL and > Tinkerpop/Blueprints APIs. Blazegraph GPU > <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS > <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive new > technologies that use GPUs to enable extreme scaling that is thousands of > times faster and 40 times more affordable than CPU-based solutions. > > CONFIDENTIALITY NOTICE: This email and its contents and attachments are > for the sole use of the intended recipient(s) and are confidential or > proprietary to SYSTAP, LLC DBA Blazegraph. Any unauthorized review, use, > disclosure, dissemination or copying of this email or its contents or > attachments is prohibited. If you have received this communication in > error, please notify the sender by reply email and permanently delete all > copies of the email and its contents and attachments. > -- _______________ Brad Bebee CEO Blazegraph e: be...@bl... m: 202.642.7961 w: www.blazegraph.com Blazegraph products help to solve the Graph Cache Thrash to achieve large scale processing for graph and predictive analytics. Blazegraph is the creator of the industry’s first GPU-accelerated high-performance database for large graphs, has been named as one of the “10 Companies and Technologies to Watch in 2016” <http://insideanalysis.com/2016/01/20535/>. Blazegraph Database <https://www.blazegraph.com/> is our ultra-high performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Blazegraph GPU <https://www.blazegraph.com/product/gpu-accelerated/> andBlazegraph DAS <https://www.blazegraph.com/product/gpu-accelerated/>L are disruptive new technologies that use GPUs to enable extreme scaling that is thousands of times faster and 40 times more affordable than CPU-based solutions. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP, LLC DBA Blazegraph. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |