Full text search for "mount"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • spark . . . . 22 matches
         val df_mysql = sqlContext.read.format("jdbc").option("url", "jdbc:mysql://dev-db/finance").option("driver", "com.mysql.jdbc.Driver").option("dbtable", "(select a.*,b.productBaseDetailSeq,b.optionSrl,b.paymentSrl,b.amount,b.salesSupplyFee,b.salesSupplyFeeVat,b.paymentSupplyFee,b.paymentSupplyFeeVat,b.count from product_base a join product_base_detail b on a.productBaseSeq=b.productBaseSeq) as prbase").option("user", "ididid").option("password", "xxxxx").load()
         val amountByOption = sqlContext.sql("select optionSrl, amountType, sum(amount) amount from prbase group by optionSrl, amountType")
         amountByOption.show()
         amountByOption.write.parquet("prbase.amountByOption.par")
         val amountByOption = sqlContext.parquetFile("prbase.amountByOption.par")
         amountByOption.registerTempTable("amounts")
         val amtByType = sqlContext.sql("select amountType, sum(amount) from amounts group by amountType")
         val amtByOp = sqlContext.sql("select optionSrl, amountType, sum(amount) amount from base group by optionSrl, amountType order by amount desc")
  • SparkPerformanceTestResultsOnCluster . . . . 5 matches
         val amtByOp = sqlContext.sql("select optionSrl, amountType, sum(amount) amount from base group by optionSrl, amountType order by amount desc")
  • SmbMountOnUbuntu . . . . 4 matches
         #keywords smb, samba, cifs, mount, smbclient
          * mount
         $ sudo mount -t cifs //rtac68p/pds /mnt/rtac68p -o user=ftp
         sudo mount -t cifs //YOUR_SERVER_NAME/SHARE_NAME /mnt/smb -o user=USERNAME,password=PASSWORD,workgroup=WORKGROUP_NAME,ip=1.2.3.4,iocharset=utf8
  • Google Drive Mount to Ubuntu . . . . 3 matches
         and write a script to mount
         make a directory as a mount point
         apply to fstab to auto mount when boot
  • nfs . . . . 3 matches
         #keywords nfs, network, ubuntu, mount
         sudo mount -t nfs -o proto=tcp,port=2049 my.svr.com:/ /mnt/mysvr/
         sudo mount -t nfs HOST:/path /path
  • BuildingMicroservices;마이크로서비스아키텍처구축-샘뉴먼지음,정성권옮김 . . . . 2 matches
          - ex : addPoint(amount(100), forAccount(1234)) ===> addPoint(amount(100), forAccount(1234), reason(forPurchase(4567)))
  • OurSoftwareDependencyProblem . . . . 2 matches
         Look at the package’s commit history. How long has the code been actively maintained? Is it actively maintained now? Packages that have been actively maintained for an extended amount of time are more likely to continue to be maintained. How many people work on the package? Many packages are personal projects that developers create and share for fun in their spare time. Others are the result of thousands of hours of work by a group of paid developers. In general, the latter kind of package is more likely to have prompt bug fixes, steady improvements, and general upkeep.
         The kind of critical examination of specific dependencies that I outlined in this article is a significant amount of work and remains the exception rather than the rule. But I doubt there are any developers who actually make the effort to do this for every possible new dependency. I have only done a subset of them for a subset of my own dependencies. Most of the time the entirety of the decision is “let’s see what happens.” Too often, anything more than that seems like too much effort.
  • SambaMount . . . . 2 matches
         #keywords smb, samba, mount
         sudo mount //192.168.0.1/hdd1 hdd1/ -o user=ftp
  • cifs . . . . 2 matches
         mount //winpc/dir /mnt/winpc_dir -o user=username
         mount //winpc/dir /mnt/winpc_dir -o user=username,uid=1000,gid=1000
  • fstab . . . . 2 matches
         #keywords mount, file-system
         UUID=3e20dfd4-5c2d-4286-a126-e005397d3aa5 / ext4 errors=remount-ro 0 1
  • CleanArchitecture-2020 . . . . 1 match
         A simple violation of substitutablity, can cause a system's architecture to be polluted with a significant amount of extra mechanisms.
  • LinuxH/w정보알아내기 . . . . 1 match
         마운트정보 : cat /proc/mounts
  • UbuntuSftpDirMount . . . . 1 match
         #keywords mount, ssh, sftp, sshfs, file-system
  • mount . . . . 1 match
         #keywords mount, file-system
         ["Google Drive Mount to Ubuntu"]
         UbuntuSftpDirMount - sshfs
         SambaMount
  • sftp . . . . 1 match
         [ubuntu sftp dir mount]
  • smb . . . . 1 match
         [smb mount on ubuntu]
Found 16 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2023-10-08 23:37:01
Processing time 0.1934 sec